display-size

Name

display-size -- Returns the size of the physical screen in pixels.

Synopsis

(display-size)

Description

Returns the size of the physical screen in pixels. The return value is list of the width and the height. The width is the car, the height is the cadr of the returned list. See also the variables "display-width" and "display-height".

Implementation Notes

Module: Built-in Primitive

Defined in src/deskpage.c at line 341 (CVS log)