annotate src/bitmaps/gray.xbm @ 99326:100dbcced8f3

(save-selected-window-norecord): New macro (walk-windows): Use save-selected-window-norecord and call select-window with NORECORD set. (Bug#1237) (set-window-text-height, fit-window-to-buffer): Use save-selected-window-norecord and call select-window with NORECORD set.
author Martin Rudalics <rudalics@gmx.at>
date Sun, 02 Nov 2008 11:02:24 +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 gray_width 2
Dave Love <fx@gnu.org>
parents:
diff changeset
2 #define gray_height 2
Dave Love <fx@gnu.org>
parents:
diff changeset
3 static unsigned char gray_bits[] = {
Dave Love <fx@gnu.org>
parents:
diff changeset
4 0x01, 0x02};