annotate src/bitmaps/gray1.xbm @ 57941:68ea73fe257b

* gtkutil.h: Declare use_old_gtk_file_dialog. * gtkutil.c: Make use_old_gtk_file_dialog non-static. (xg_initialize): Moved DEFVAR_BOOL for use_old_gtk_file_dialog ... * xfns.c (syms_of_xfns): ... to here.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 04 Nov 2004 15:05:27 +0000
parents 8f14d08e19f7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25830
Dave Love <fx@gnu.org>
parents:
diff changeset
1 #define gray1_width 2
Dave Love <fx@gnu.org>
parents:
diff changeset
2 #define gray1_height 2
Dave Love <fx@gnu.org>
parents:
diff changeset
3 static unsigned char gray1_bits[] = {
Dave Love <fx@gnu.org>
parents:
diff changeset
4 0x01, 0x02};