view etc/letter.xpm @ 50059:ffb4a4dbe4c0

* gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of struct image* when desciding to update (struct image* may have been deleted from the image cache).
author Jan Djärv <jan.h.d@swipnet.se>
date Sat, 08 Mar 2003 15:57:47 +0000
parents 292640c5a4d0
children bc20bf61a6e9
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c #000000",
" 	c #FFFFFF",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};