summaryrefslogtreecommitdiff
path: root/src/gui/desktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/desktop.h')
-rw-r--r--src/gui/desktop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/desktop.h b/src/gui/desktop.h
index 1f3ef93..a8db094 100644
--- a/src/gui/desktop.h
+++ b/src/gui/desktop.h
@@ -12,6 +12,8 @@ typedef struct {
typedef struct {
composite_widget_t base;
desktop_vtable_t *vtable;
+ int mouse_x;
+ int mouse_y;
} desktop_t;
void desktop_init( desktop_t *widget, const int w, const int h, const vga_color_t background_color );