summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 65a58a25e..0cbe1a2e5 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -1494,7 +1494,7 @@ gui_window_scroll_start(struct gui_window *g)
bool
gui_window_drag_start(struct gui_window *g, gui_drag_type type,
- struct rect *rect)
+ const struct rect *rect)
{
return true;
}