diff options
Diffstat (limited to 'clients/desktop-shell.c')
-rw-r--r-- | clients/desktop-shell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c index 77e6a18..3643e46 100644 --- a/clients/desktop-shell.c +++ b/clients/desktop-shell.c @@ -233,7 +233,7 @@ panel_redraw_handler(struct widget *widget, void *data) static int panel_launcher_enter_handler(struct widget *widget, struct input *input, - GLfloat x, GLfloat y, void *data) + float x, float y, void *data) { struct panel_launcher *launcher = data; @@ -504,7 +504,7 @@ unlock_dialog_keyboard_focus_handler(struct window *window, static int unlock_dialog_widget_enter_handler(struct widget *widget, struct input *input, - GLfloat x, GLfloat y, void *data) + float x, float y, void *data) { struct unlock_dialog *dialog = data; |