view lisp/gnus/uu-post.xpm @ 50357:e5a09c97e444

Include blockinput.h. (Vx_resource_name, Vx_resource_class, Qx_frame_parameter) (Qx_resource_name, Qface_set_after_frame_default): Define vars here. (Qauto_raise, Qauto_lower, ...): Define all frame parameter related vars here. (struct frame_parm_table, frame_parms): New table for describing frame parameters and their associated Q-variable. The order of the parameters corresponds to the sequence of the frame_parm_handlers table in redisplay_interface. (x_fullscreen_move, x_set_frame_parameters) (x_report_frame_params, x_set_fullscreen, x_set_line_spacing) (x_set_screen_gamma, x_set_font, x_set_fringe_width) (x_set_border_width, x_set_internal_border_width, x_set_visibility) (x_set_autoraise, x_set_autolower, x_set_unsplittable) (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type): Generic functions for processing of frame parameters. (validate_x_resource_name, xrdb_get_resource, Fx_get_resource) (display_x_get_resource, x_get_resource_string): Functions for generic access to X resources. (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg) (x_default_parameter, Fx_parse_geometry): Functions for generic access to frame parameters. (x_figure_window_size): Generic calculation of frame size. Fixed to add space needed for tool bar. Also setup size_hint_flags. (syms_of_frame): Intern and staticpro frame parameter variables. Defvar_lisp Vx_resource_class and Vx_resource_name here. Defsubr Sx_get_resource and Sx_parse_geometry.
author Kim F. Storm <storm@cua.dk>
date Mon, 31 Mar 2003 20:33:58 +0000
parents 354a5b33d058
children 55fd4f77387a
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 27 1",
"  c Gray0",
". c #0bfb0bfb0bfb",
"X c Gray9",
"o c Gray12",
"O c #2fef2fef2fef",
"+ c #3fff3fff3fff",
"@ c Gray28",
"# c #4ccc4ccc4ccc",
"$ c #53e353e353e3",
"% c #566656665666",
"& c #5fe25fe25fe2",
"* c #6fff6fff6fff",
"= c Gray45",
"- c #77d777d777d7",
"; c Gray50",
": c #866586658665",
"> c Gray56",
", c Gray60",
"< c #9bcb9bcb9bcb",
"1 c #9fff9fff9fff",
"2 c #a7c7a7c7a7c7",
"3 c Gray70",
"4 c Gray75",
"5 c Gray81",
"6 c #dfffdfffdfff",
"7 c #efffefffefff",
"8 c Gray100",
/* pixels */
"$44$44$44$44$44$44$44$44",
"444444444444-44444444444",
"4444444444-O-O,444444444",
"$44$44$2>O-4$4$@>3$44$44",
"444444&&&4444442&&-44444",
"44444$ XOOOOOOOOO..-4444",
"$44$4O,,,,,,,,,,,,=&4$44",
"44444O,=#########:=&4444",
"44444O,#>4444444&==&4444",
"$44$4O,#48888888;==&4$44",
"44444O,#48818888;==&4444",
"44444O,#45+1+1*8;==&4444",
"$44$4O,#4*6&8158;==&4$44",
"44444O,#46;61888;==&4444",
"44444O,#44o++888;==&4444",
"$44$4O,#48885;78;==&4$44",
"44444O,#48888468;==&4444",
"44444O,#48888888;==&4444",
"$44$4O,#48888888;==&4$44",
"44444O,#&;;;;;;;+==&4444",
"44444O,:=========>=&4444",
"$44$4O============%&4$44",
"44444-&&&&&&&&&&&&&>4444",
"444444444444444444444444"
};