Commit 6b59f750 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

user32: Make RegisterPointerDeviceNotifications return TRUE to fake success.

parent 9ebc4dfd
......@@ -843,7 +843,7 @@ LONG WINAPI GetDisplayConfigBufferSizes(UINT32 flags, UINT32 *num_path_info, UIN
BOOL WINAPI RegisterPointerDeviceNotifications(HWND hwnd, BOOL notifyrange)
{
FIXME("(%p %d): stub\n", hwnd, notifyrange);
return FALSE;
return TRUE;
}
static const WCHAR imeW[] = {'I','M','E',0};
......
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