j
k
j a
j l
Aric Stewart aric@codeweavers.com writes:
/* make sure we are on the desktop */ GetClientRect(GetDesktopWindow(),&desk_rect);
/* make sure we are on the desktop */
GetClientRect(GetDesktopWindow(),&desk_rect);
You have to use GetMonitorInfo to support multi-monitor setups correctly.
Back to the thread
Back to the list