Displaying 3 results from an estimated 3 matches for "wm_systimer".
2007 Mar 27
0
WM_TIMER stops being sent?
...ndMessage
>to add and remove items from the combo box (CB_DELETESTRING to remove,
>CB_INSERTSTRING to add).
As far as I can tell from a +message,+edit,+combo trace (available if
anyone wants), the WM_TIMER messages stop being dispatched once one
clicks in the line edit, and instead I see WM_SYSTIMER messages being
sent. After the aforementioned clicking around, the WM_TIMER messages
are sent again and filtering works. Anyone have _any_ idea what could
be going on here?
Another problem is that the combo box is empty when the "filter" line
edit is empty; the filter should be ign...
2015 Dec 04
0
Wine release 1.8-rc3
...t old binaries in GlobalMemoryStatus.
winex11: Include raw motion events in the QS_MOUSEMOVE event filter.
ntdll/tests: Use more reasonable timeouts and avoid long long constants.
user32/tests: Maximized windows can be full-screen in recent Windows.
user32/tests: Also ignore WM_SYSTIMER messages in input tests.
tools: Allow running installed builtin apps even when the 32-bit loader is missing.
gdi32: Fix StretchDIBits color mapping for monochrome bitmaps without a color table.
Alistair Leslie-Hughes (1):
webservices: Add missing break.
Austin English (3):...
2006 Nov 10
0
Wine release 0.9.25
...or.h must not define the E_PROP_*_UNSUPPORTED macros.
setupapi: setupapi.h must not define HSTRING_TABLE and the StringTable* prototypes.
secur32: sspi.h must not include wtypes.h.
Fix ntsecapi.h so it does not depend on winternl.h.
include: The PSDK headers don't define WM_SYSTIMER so we shouldn't either.
include: Add missing include directives to d3d8.h and d3d9.h.
include/dshow.h: Add missing include directives.
include/oledlg.h: Add missing include directives.
include/usp10.h: Add missing include directives.
shlwapi: Add a fixme for a miss...