Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximized window size incorrect on Windows #13

Open
GoogleCodeExporter opened this issue Dec 28, 2015 · 3 comments
Open

Maximized window size incorrect on Windows #13

GoogleCodeExporter opened this issue Dec 28, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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 [email protected] on 26 Oct 2012 at 10:07

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant