diff options
author | marha <marha@users.sourceforge.net> | 2009-07-28 14:32:59 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-28 14:32:59 +0000 |
commit | 9b35ccda6670ca1d9982e7cde1e7c04fe113cb57 (patch) | |
tree | 6354bd0028b31b6a2110659730bebdddaf401394 /xorg-server/hw/xwin/win.h | |
parent | cabec90cc3716d647e7d3c9396fcfa56cafcbfad (diff) | |
download | vcxsrv-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.h | 9 |
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); |