summaryrefslogtreecommitdiff
path: root/clients/desktop-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/desktop-shell.c')
-rw-r--r--clients/desktop-shell.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
index 043ea50..92b5f20 100644
--- a/clients/desktop-shell.c
+++ b/clients/desktop-shell.c
@@ -229,11 +229,13 @@ panel_redraw_handler(struct window *window, void *data)
window_flush(window);
}
-static void
+static int
panel_launcher_enter_handler(struct widget *widget, struct input *input,
uint32_t time, int32_t x, int32_t y, void *data)
{
widget_schedule_redraw(widget);
+
+ return POINTER_LEFT_PTR;
}
static void
@@ -454,12 +456,14 @@ unlock_dialog_keyboard_focus_handler(struct window *window,
window_schedule_redraw(window);
}
-static void
+static int
unlock_dialog_widget_enter_handler(struct widget *widget,
struct input *input, uint32_t time,
int32_t x, int32_t y, void *data)
{
widget_schedule_redraw(widget);
+
+ return POINTER_LEFT_PTR;
}
static void