summaryrefslogtreecommitdiff
path: root/src/lib/ecore_win32/ecore_win32_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore_win32/ecore_win32_private.h')
-rw-r--r--src/lib/ecore_win32/ecore_win32_private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/ecore_win32/ecore_win32_private.h b/src/lib/ecore_win32/ecore_win32_private.h
index 759ea79b92..af2d86a558 100644
--- a/src/lib/ecore_win32/ecore_win32_private.h
+++ b/src/lib/ecore_win32/ecore_win32_private.h
@@ -114,13 +114,15 @@ struct _Ecore_Win32_Window
} shape;
struct {
- DWORD type;
+ DWORD type;
int x;
int y;
int w;
int h;
int px;
int py;
+ int current_mouse_x;
+ int current_mouse_y;
unsigned int dragging : 1;
} drag;