diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-12 00:48:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-12 00:48:06 +0000 |
| commit | 3bee91aaf9c9893fb4a516432ad195a117baf1ce (patch) | |
| tree | b90cef1906793fa22548716a19a049945494966a /data/xbm/desk_toggled.xbm | |
| parent | 41f0ff035bef7fb14e4ede5aa36c71e8948731b9 (diff) | |
remove buttons from themes when they are using the defaults already for clarity
some small changes to themes..
buttons can hide themselves now, so removed the empty disabled masks for
Bear2 and Natura
install the default xbms for reference to the doc dir
install some basic documentation to the doc dir
Diffstat (limited to 'data/xbm/desk_toggled.xbm')
| -rw-r--r-- | data/xbm/desk_toggled.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/xbm/desk_toggled.xbm b/data/xbm/desk_toggled.xbm new file mode 100644 index 00000000..d7e045ee --- /dev/null +++ b/data/xbm/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_toggle_width 6 +#define desk_toggle_height 6 +static unsigned char desk_toggle_bits[] = { + 0x00, 0x1e, 0x1a, 0x16, 0x1e, 0x00 }; |
