From 0c2ee993881175b285e66b6e277f1fb0e3f12ad8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 1 Aug 2003 18:13:10 +0000 Subject: rename stick bitmaps to desk --- themes/BBstylE/desk.xbm | 4 ++++ themes/BBstylE/desk_toggled.xbm | 5 +++++ themes/BBstylE/stick.xbm | 4 ---- themes/BBstylE/stick_toggled.xbm | 5 ----- themes/planton/desk.xbm | 4 ++++ themes/planton/desk_toggled.xbm | 5 +++++ themes/planton/stick.xbm | 4 ---- themes/planton/stick_toggled.xbm | 5 ----- 8 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 themes/BBstylE/desk.xbm create mode 100644 themes/BBstylE/desk_toggled.xbm delete mode 100644 themes/BBstylE/stick.xbm delete mode 100644 themes/BBstylE/stick_toggled.xbm create mode 100644 themes/planton/desk.xbm create mode 100644 themes/planton/desk_toggled.xbm delete mode 100644 themes/planton/stick.xbm delete mode 100644 themes/planton/stick_toggled.xbm diff --git a/themes/BBstylE/desk.xbm b/themes/BBstylE/desk.xbm new file mode 100644 index 00000000..6a346c00 --- /dev/null +++ b/themes/BBstylE/desk.xbm @@ -0,0 +1,4 @@ +#define sticky_width 4 +#define sticky_height 4 +static unsigned char sticky_bits[] = { + 0x0f, 0x0d, 0x0b, 0x0f }; diff --git a/themes/BBstylE/desk_toggled.xbm b/themes/BBstylE/desk_toggled.xbm new file mode 100644 index 00000000..14e7f05c --- /dev/null +++ b/themes/BBstylE/desk_toggled.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define stick_width 4 +#define stick_height 4 +static unsigned char stick_bits[] = { + 0x0f, 0x0f, 0x0f, 0x0f }; diff --git a/themes/BBstylE/stick.xbm b/themes/BBstylE/stick.xbm deleted file mode 100644 index 6a346c00..00000000 --- a/themes/BBstylE/stick.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define sticky_width 4 -#define sticky_height 4 -static unsigned char sticky_bits[] = { - 0x0f, 0x0d, 0x0b, 0x0f }; diff --git a/themes/BBstylE/stick_toggled.xbm b/themes/BBstylE/stick_toggled.xbm deleted file mode 100644 index 14e7f05c..00000000 --- a/themes/BBstylE/stick_toggled.xbm +++ /dev/null @@ -1,5 +0,0 @@ -/* Created with The GIMP */ -#define stick_width 4 -#define stick_height 4 -static unsigned char stick_bits[] = { - 0x0f, 0x0f, 0x0f, 0x0f }; diff --git a/themes/planton/desk.xbm b/themes/planton/desk.xbm new file mode 100644 index 00000000..6a346c00 --- /dev/null +++ b/themes/planton/desk.xbm @@ -0,0 +1,4 @@ +#define sticky_width 4 +#define sticky_height 4 +static unsigned char sticky_bits[] = { + 0x0f, 0x0d, 0x0b, 0x0f }; diff --git a/themes/planton/desk_toggled.xbm b/themes/planton/desk_toggled.xbm new file mode 100644 index 00000000..14e7f05c --- /dev/null +++ b/themes/planton/desk_toggled.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define stick_width 4 +#define stick_height 4 +static unsigned char stick_bits[] = { + 0x0f, 0x0f, 0x0f, 0x0f }; diff --git a/themes/planton/stick.xbm b/themes/planton/stick.xbm deleted file mode 100644 index 6a346c00..00000000 --- a/themes/planton/stick.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define sticky_width 4 -#define sticky_height 4 -static unsigned char sticky_bits[] = { - 0x0f, 0x0d, 0x0b, 0x0f }; diff --git a/themes/planton/stick_toggled.xbm b/themes/planton/stick_toggled.xbm deleted file mode 100644 index 14e7f05c..00000000 --- a/themes/planton/stick_toggled.xbm +++ /dev/null @@ -1,5 +0,0 @@ -/* Created with The GIMP */ -#define stick_width 4 -#define stick_height 4 -static unsigned char stick_bits[] = { - 0x0f, 0x0f, 0x0f, 0x0f }; -- cgit v1.2.3