How do I go about getting the size of the root window (1024x768 for example)?
Thanks so much.
2. Re: Getting size of root window
#5016
Posted by: 2004-08-25 04:10:41
Hi nicksteck,
I'm not sure for linux systems, but in windoze you can use API calls such as GetDesktopWindow() etc.. alternative: GetSystemInfo with SPI_GETWORKAREA param, which would get you the work area without the taskbar.