Vykook / acme-sac

Automatically exported from code.google.com/p/acme-sac
Other
0 stars 0 forks source link

Maximized window size incorrect on Windows #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 b88z...@gmail.com on 15 Nov 2007 at 6:28

GoogleCodeExporter commented 8 years ago
Also, there is no way to resize the window. It would be a nice thing to have.

Original comment by blufox on 2 Feb 2010 at 5:26

GoogleCodeExporter commented 8 years ago
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 comment by satis...@gmail.com on 26 Oct 2012 at 10:07

GoogleCodeExporter commented 8 years ago
Confirming this issue on Linux. Resizing the window of acme in linux does not 
resize acme desktop. 

Original comment by blufox on 27 Jan 2013 at 9:40