Commit f210c0bb authored by Alexandre Julliard's avatar Alexandre Julliard

Added a missing prototype.

parent 50679095
......@@ -515,6 +515,7 @@ extern XIC X11DRV_get_ic( HWND hwnd );
extern XContext winContext;
extern void X11DRV_InitClipboard(void);
extern void X11DRV_AcquireClipboard(HWND hWndClipWindow);
extern void X11DRV_SetFocus( HWND hwnd );
extern Cursor X11DRV_GetCursor( Display *display, struct tagCURSORICONINFO *ptr );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment