commit | 3ba4be4054e4a7832112af92948f84b57aebeb3c | [log] [tgz] |
---|---|---|
author | Lionel Ulmer <lionel.ulmer@free.fr> | Sun Dec 12 19:42:47 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Dec 12 19:42:47 1999 +0000 |
tree | 05663653ef7e35d9b9d7aa350f7dff64833592a8 | |
parent | 80c924f1f452c0ff896646972fc1ae44d0397a41 [diff] [blame] |
- added support of DGA-2.0 events - fixed the leaving of DGA-2.0 mode
diff --git a/include/x11drv.h b/include/x11drv.h index adefa61..4fdf6a3 100644 --- a/include/x11drv.h +++ b/include/x11drv.h
@@ -386,6 +386,11 @@ } INPUT_TYPE; extern INPUT_TYPE X11DRV_EVENT_SetInputMehod(INPUT_TYPE type); +#ifdef HAVE_LIBXXF86DGA2 +void X11DRV_EVENT_SetDGAStatus(HWND hwnd, int event_base) ; +#endif + + /* X11 keyboard driver */ extern struct tagKEYBOARD_DRIVER X11DRV_KEYBOARD_Driver;