comparison src/device.c @ 404:2f8bb876ab1d r21-2-32

Import from CVS: tag r21-2-32
author cvs
date Mon, 13 Aug 2007 11:16:07 +0200
parents a86b2b5e0111
children de805c49cfc1
comparison
equal deleted inserted replaced
403:9f011ab08d48 404:2f8bb876ab1d
889 recompute_all_cached_specifiers_in_frame (f); 889 recompute_all_cached_specifiers_in_frame (f);
890 MARK_FRAME_FACES_CHANGED (f); 890 MARK_FRAME_FACES_CHANGED (f);
891 MARK_FRAME_GLYPHS_CHANGED (f); 891 MARK_FRAME_GLYPHS_CHANGED (f);
892 MARK_FRAME_SUBWINDOWS_CHANGED (f); 892 MARK_FRAME_SUBWINDOWS_CHANGED (f);
893 MARK_FRAME_TOOLBARS_CHANGED (f); 893 MARK_FRAME_TOOLBARS_CHANGED (f);
894 MARK_FRAME_GUTTERS_CHANGED (f);
894 f->menubar_changed = 1; 895 f->menubar_changed = 1;
895 } 896 }
896 } 897 }
897 return Qnil; 898 return Qnil;
898 } 899 }
988 equal to the above. For diplays, this is the area 989 equal to the above. For diplays, this is the area
989 available to applications less window manager 990 available to applications less window manager
990 decorations. For printers, this is the size of 991 decorations. For printers, this is the size of
991 printable area. 992 printable area.
992 offset-workspace Offset of workspace area from the top left corner 993 offset-workspace Offset of workspace area from the top left corner
993 of screen or paper. 994 of screen or paper, in pixels.
994 size-device-mm Device screen size in millimeters. 995 size-device-mm Device screen size in millimeters.
995 device-dpi Device resolution, in dots per inch. 996 device-dpi Device resolution, in dots per inch.
996 num-bit-planes Integer, number of device bit planes. 997 num-bit-planes Integer, number of device bit planes.
997 num-color-cells Integer, number of device color cells. 998 num-color-cells Integer, number of device color cells.
998 999