...
This commit is contained in:
parent
296f512bfb
commit
93e8074325
@ -1079,7 +1079,7 @@ set_custom_cursor(PyObject *self UNUSED, PyObject *args) {
|
|||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
void
|
void
|
||||||
get_cocoa_key_equivalent(int key, int mods, char cocoa_key, size_t key_sz, int *cocoa_mods) {
|
get_cocoa_key_equivalent(int key, int mods, char *cocoa_key, size_t key_sz, int *cocoa_mods) {
|
||||||
glfwGetCocoaKeyEquivalent(key, mods, cocoa_key, key_sz, cocoa_mods);
|
glfwGetCocoaKeyEquivalent(key, mods, cocoa_key, key_sz, cocoa_mods);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -225,7 +225,7 @@ void set_titlebar_color(OSWindow *w, color_type color);
|
|||||||
FONTS_DATA_HANDLE load_fonts_data(double, double, double);
|
FONTS_DATA_HANDLE load_fonts_data(double, double, double);
|
||||||
void send_prerendered_sprites_for_window(OSWindow *w);
|
void send_prerendered_sprites_for_window(OSWindow *w);
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
void get_cocoa_key_equivalent(int, int, char key, size_t key_sz, int*);
|
void get_cocoa_key_equivalent(int, int, char *key, size_t key_sz, int*);
|
||||||
typedef enum {
|
typedef enum {
|
||||||
PREFERENCES_WINDOW = 1,
|
PREFERENCES_WINDOW = 1,
|
||||||
NEW_OS_WINDOW = 2,
|
NEW_OS_WINDOW = 2,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user