aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/win.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-07-28 14:32:59 +0000
committermarha <marha@users.sourceforge.net>2009-07-28 14:32:59 +0000
commit9b35ccda6670ca1d9982e7cde1e7c04fe113cb57 (patch)
tree6354bd0028b31b6a2110659730bebdddaf401394 /xorg-server/hw/xwin/win.h
parentcabec90cc3716d647e7d3c9396fcfa56cafcbfad (diff)
downloadvcxsrv-9b35ccda6670ca1d9982e7cde1e7c04fe113cb57.tar.gz
vcxsrv-9b35ccda6670ca1d9982e7cde1e7c04fe113cb57.tar.bz2
vcxsrv-9b35ccda6670ca1d9982e7cde1e7c04fe113cb57.zip
Multiwindow is now also running.
Diffstat (limited to 'xorg-server/hw/xwin/win.h')
-rw-r--r--xorg-server/hw/xwin/win.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/xorg-server/hw/xwin/win.h b/xorg-server/hw/xwin/win.h
index 416bd27d9..36987c095 100644
--- a/xorg-server/hw/xwin/win.h
+++ b/xorg-server/hw/xwin/win.h
@@ -1012,11 +1012,16 @@ void
winMouseButtonsSendEvent (int iEventType, int iButton, int x, int y);
void winGetPtMouse(HWND hwnd, LPARAM lParam, POINT *ptMouse);
+void winGetPtMouseScreen(HWND hwnd, LPARAM lParam, POINT *ptMouse);
int
winMouseButtonsHandle (ScreenPtr pScreen,
- int iEventType, int iButton,
- WPARAM wParam, HWND hwnd, LPARAM lParam);
+ int iEventType, int iButton,
+ WPARAM wParam, HWND hwnd, LPARAM lParam);
+int
+winMouseButtonsHandleScreen (ScreenPtr pScreen,
+ int iEventType, int iButton,
+ WPARAM wParam, HWND hwnd, LPARAM lParam);
void
winEnqueueMotion(int x, int y);