Subject: Determining desktop size?
        Not the size of the emacs frame, the size of the whole
        graphical desktop. Is it possible from elisp?

    Functions `x-display-pixel-width' and `x-display-pixel-height'.

I should have mentioned that the newer names are the same without `x-'. If
you want your code to be usable by users of Emacs 20 as well as Emacs 21,
then use the "deprecated" names with `x-'; if not, use the new names without
it.



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to