view etc/images/gud/rcont.xpm @ 107219:07507204ac6f

Move declarations before statements. * xterm.c (XTflash): Move declarations before statements. * gtkutil.c (xg_get_gdk_display): Remove (unused). (xg_get_pixbuf_from_pix_and_mask, xg_create_frame_widgets) (xg_toggle_notify_cb, xg_set_toolkit_scroll_bar_thumb) (xg_create_tool_bar): Remove unused variables. (x_wm_set_size_hint): Move declarations before statements. (xg_create_frame_widgets): Remove variable grav,
author Jan D. <jan.h.d@swipnet.se>
date Wed, 24 Feb 2010 19:23:48 +0100
parents ca0315d80583
children
line wrap: on
line source

/* XPM */
static char * reverse_continue_xpm[] = {
"24 24 6 1",
" 	c None",
".	c #D99FAA",
"+	c #CC0033",
"@	c #616161",
"#	c #2A1F55",
"$	c #AA9FAA",
"                        ",
"                        ",
"                        ",
"                        ",
"                 .+     ",
"               .++.     ",
"      @#  #@  +++++++   ",
"     @#$  $#@  .++.     ",
"     ##    ##    .+     ",
"     ##    ##           ",
"     ##    ##           ",
"     #@    @#           ",
"    ##      ##          ",
"     #@    @#           ",
"     ##    ##           ",
"     ##    ##           ",
"     ##    ##           ",
"     @#$  $#@           ",
"      @#  #@            ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};