You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Maximize window on Windows
2. The maximized window takes the whole screen including the space of the
task bar
Expected to just take the work area of the screen and leave alone the task bar.
This is acme-sac 0.9.9 on Windows XP or windows 2000.
According to MS Platform SDK help, to get the size of "work area",
SystemParametersInfo() with SPI_GETWORKAREA should be used.
/sys/emu/Nt/win.c uses GetSystemMetrics(), which will get the full size of
the primary monitor screen.
Original issue reported on code.google.com by [email protected] on 15 Nov 2007 at 6:28
The text was updated successfully, but these errors were encountered:
I use acme-sac 0.13 on windows 32-bit and see similar issue with maximizing
window and resize issue.
On maximizing window, the lower portion goes behind taskbar and leaves gap on
the right side.
Original issue reported on code.google.com by
[email protected]
on 15 Nov 2007 at 6:28The text was updated successfully, but these errors were encountered: