view src/bitmaps/stipple.xbm @ 67844:b0138095436a

* xfns.c: x_show_hidden_files, new variable. (syms_of_xfns): Defvar it. * gtkutil.c (xg_toggle_visibility_cb): New function. (xg_get_file_with_chooser): Add toggle hidden files and a message to the new file chooser dialog. Show hidden files if x_show_hidden_files is non-zero.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 27 Dec 2005 10:40:26 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define stipple_width 16
#define stipple_height 4
static unsigned char stipple_bits[] = {
   0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};