Displaying 2 results from an estimated 2 matches for "puint".
Did you mean:
point
2010 Jun 20
2
DIBEngine and gdi32/user32 controls drawing loop performance
...BOOL unicode )
that is implemented in the dlls/user32/edit.c file, but the fact is that in the EditWndProc_common function there are many cases like this one that manages the various edit messages and window messages sent
Code:
switch (msg) {
case EM_GETSEL:
result = EDIT_EM_GetSel(es, (PUINT)wParam, (PUINT)lParam);
break;
....
and I don't know how to modify the fact that the main loop of the window should handle more messages in order to draw all of the controls at a time and that it should not yield for waiting and then starting drawing again after some time.
What ca...
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...ne RIDEV_INPUTSINK 0x00000100
+#define MOUSE_DEVICE_HANDLE (HANDLE)0x1337
+
/***********************************************************************
* get_key_state
*/
@@ -384,10 +425,66 @@ UINT WINAPI GetRawInputDeviceList(PRAWINPUTDEVICELIST pRawInputDeviceList, PUINT
/******************************************************************
* RegisterRawInputDevices (USER32.@)
*/
-BOOL WINAPI DECLSPEC_HOTPATCH RegisterRawInputDevices(PRAWINPUTDEVICE pRawInputDevices, UINT uiNumDevices, UINT cbSize)
+BOOL WINAPI RegisterRawInputDevices(PRAWINPUTDEVICE pRawInputDevi...