diff options
author | marha <marha@users.sourceforge.net> | 2009-07-28 11:47:02 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-28 11:47:02 +0000 |
commit | cabec90cc3716d647e7d3c9396fcfa56cafcbfad (patch) | |
tree | f846844449be9b2a11438cf86ab76977058a50df /xorg-server/hw/xwin/win.h | |
parent | e3cca1a275a55fcc5e074a7cc7aaa5d0764b9659 (diff) | |
download | vcxsrv-cabec90cc3716d647e7d3c9396fcfa56cafcbfad.tar.gz vcxsrv-cabec90cc3716d647e7d3c9396fcfa56cafcbfad.tar.bz2 vcxsrv-cabec90cc3716d647e7d3c9396fcfa56cafcbfad.zip |
X server is running again (at least via xdmcp)
Diffstat (limited to 'xorg-server/hw/xwin/win.h')
-rw-r--r-- | xorg-server/hw/xwin/win.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xorg-server/hw/xwin/win.h b/xorg-server/hw/xwin/win.h index 9d54c76bf..416bd27d9 100644 --- a/xorg-server/hw/xwin/win.h +++ b/xorg-server/hw/xwin/win.h @@ -1006,15 +1006,17 @@ int winMouseProc (DeviceIntPtr pDeviceInt, int iState); int -winMouseWheel (ScreenPtr pScreen, int iDeltaZ); +winMouseWheel (ScreenPtr pScreen, int iDeltaZ, int x, int y); void -winMouseButtonsSendEvent (int iEventType, int iButton); +winMouseButtonsSendEvent (int iEventType, int iButton, int x, int y); + +void winGetPtMouse(HWND hwnd, LPARAM lParam, POINT *ptMouse); int winMouseButtonsHandle (ScreenPtr pScreen, int iEventType, int iButton, - WPARAM wParam); + WPARAM wParam, HWND hwnd, LPARAM lParam); void winEnqueueMotion(int x, int y); |