annotate src/bitmaps/dimple3.xbm @ 32094:027fb880735d
(vc-rcs-fetch-master-state): Parse and remember default branch
unconditionally.
(vc-rcs-set-default-branch): New function.
(vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
(vc-rcs-checkin): If an appropriate default branch has been set,
force creation of that branch.
author |
André Spiegel <spiegel@gnu.org> |
date |
Tue, 03 Oct 2000 11:33:59 +0000 |
parents |
8f14d08e19f7 |
children |
|
rev |
line source |
25830
|
1 #define dimple3_width 16
|
|
2 #define dimple3_height 16
|
|
3 static unsigned char dimple3_bits[] = {
|
|
4 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00,
|
|
5 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
6 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|