/[emacs]/emacs/src/xfns.c
ViewVC logotype

Diff of /emacs/src/xfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.532 by eliz, Thu Dec 13 09:56:04 2001 UTC revision 1.533 by pj, Tue Dec 18 06:26:27 2001 UTC
# Line 778  static unsigned long lookup_pixel_color Line 778  static unsigned long lookup_pixel_color
778    
779  static struct x_frame_parm_table x_frame_parms[] =  static struct x_frame_parm_table x_frame_parms[] =
780  {  {
781    "auto-raise",                 x_set_autoraise,    {"auto-raise",                x_set_autoraise},
782    "auto-lower",                 x_set_autolower,    {"auto-lower",                x_set_autolower},
783    "background-color",           x_set_background_color,    {"background-color",          x_set_background_color},
784    "border-color",               x_set_border_color,    {"border-color",              x_set_border_color},
785    "border-width",               x_set_border_width,    {"border-width",              x_set_border_width},
786    "cursor-color",               x_set_cursor_color,    {"cursor-color",              x_set_cursor_color},
787    "cursor-type",                x_set_cursor_type,    {"cursor-type",               x_set_cursor_type},
788    "font",                       x_set_font,    {"font",                      x_set_font},
789    "foreground-color",           x_set_foreground_color,    {"foreground-color",          x_set_foreground_color},
790    "icon-name",                  x_set_icon_name,    {"icon-name",                 x_set_icon_name},
791    "icon-type",                  x_set_icon_type,    {"icon-type",                 x_set_icon_type},
792    "internal-border-width",      x_set_internal_border_width,    {"internal-border-width",     x_set_internal_border_width},
793    "menu-bar-lines",             x_set_menu_bar_lines,    {"menu-bar-lines",            x_set_menu_bar_lines},
794    "mouse-color",                x_set_mouse_color,    {"mouse-color",               x_set_mouse_color},
795    "name",                       x_explicitly_set_name,    {"name",                      x_explicitly_set_name},
796    "scroll-bar-width",           x_set_scroll_bar_width,    {"scroll-bar-width",          x_set_scroll_bar_width},
797    "title",                      x_set_title,    {"title",                     x_set_title},
798    "unsplittable",               x_set_unsplittable,    {"unsplittable",              x_set_unsplittable},
799    "vertical-scroll-bars",       x_set_vertical_scroll_bars,    {"vertical-scroll-bars",      x_set_vertical_scroll_bars},
800    "visibility",                 x_set_visibility,    {"visibility",                x_set_visibility},
801    "tool-bar-lines",             x_set_tool_bar_lines,    {"tool-bar-lines",            x_set_tool_bar_lines},
802    "scroll-bar-foreground",      x_set_scroll_bar_foreground,    {"scroll-bar-foreground",     x_set_scroll_bar_foreground},
803    "scroll-bar-background",      x_set_scroll_bar_background,    {"scroll-bar-background",     x_set_scroll_bar_background},
804    "screen-gamma",               x_set_screen_gamma,    {"screen-gamma",              x_set_screen_gamma},
805    "line-spacing",               x_set_line_spacing,    {"line-spacing",              x_set_line_spacing},
806    "left-fringe",                x_set_fringe_width,    {"left-fringe",               x_set_fringe_width},
807    "right-fringe",               x_set_fringe_width,    {"right-fringe",              x_set_fringe_width},
808    "wait-for-wm",                x_set_wait_for_wm    {"wait-for-wm",               x_set_wait_for_wm}
809  };  };
810    
811  /* Attach the `x-frame-parameter' properties to  /* Attach the `x-frame-parameter' properties to
# Line 5005  visual_classes[] = Line 5005  visual_classes[] =
5005    {"PseudoColor",       PseudoColor},    {"PseudoColor",       PseudoColor},
5006    {"TrueColor",         TrueColor},    {"TrueColor",         TrueColor},
5007    {"DirectColor",       DirectColor},    {"DirectColor",       DirectColor},
5008    NULL    {NULL, 0}
5009  };  };
5010    
5011    

Legend:
Removed from v.1.532  
changed lines
  Added in v.1.533

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26