get-display-size in Global Graphics
Gets the physical size of the display in pixels. Under Windows, this size does not include the task bar by default. Under Mac OS X, this size does not include the menu bar by default.
Under Windows and Mac OS X, if the optional argument is true, then the task/menu bar is included in the result.
(get-display-size-> two exact non-negative integersfull-screen?)
full-screen?=: bool#fReturns the screen's width and height.