]> Dogcows Code - chaz/openbox/commitdiff
adjust the themes with buttons to match how they are read now
authorDana Jansens <danakj@orodu.net>
Sat, 28 Jun 2003 16:51:53 +0000 (16:51 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 28 Jun 2003 16:51:53 +0000 (16:51 +0000)
16 files changed:
configure.ac
themes/Makefile.am
themes/ebox_buttons/bulletbc.xbm [deleted file]
themes/ebox_buttons/bulletl.xbm [deleted file]
themes/ebox_buttons/bulletr.xbm [deleted file]
themes/ebox_data/close.xbm [moved from themes/ebox_buttons/close.xbm with 100% similarity]
themes/ebox_data/iconify.xbm [moved from themes/ebox_buttons/icon.xbm with 100% similarity]
themes/ebox_data/max.xbm [moved from themes/ebox_buttons/max.xbm with 100% similarity]
themes/fieron2_data/close.xbm [moved from themes/fieron2_buttons/close.xbm with 100% similarity]
themes/fieron2_data/iconify.xbm [moved from themes/fieron2_buttons/icon.xbm with 100% similarity]
themes/fieron2_data/max.xbm [moved from themes/fieron2_buttons/max.xbm with 100% similarity]
themes/fieron2_data/stick.xbm [moved from themes/fieron2_buttons/stick.xbm with 100% similarity]
themes/fieron_data/close.xbm [moved from themes/fieron_buttons/close.xbm with 100% similarity]
themes/fieron_data/iconify.xbm [moved from themes/fieron_buttons/icon.xbm with 100% similarity]
themes/fieron_data/max.xbm [moved from themes/fieron_buttons/max.xbm with 100% similarity]
themes/fieron_data/stick.xbm [moved from themes/fieron_buttons/stick.xbm with 100% similarity]

index e7bc737016a66852bfbaea74b55c9f50c5586b7c..8f4a68ea28ff3e34b346cd5a1314ebc998aa5ebb 100644 (file)
@@ -106,6 +106,9 @@ X11_EXT_XINERAMA
 AC_CONFIG_FILES([Makefile
                  po/Makefile.in
                  themes/Makefile
+                 themes/ebox_data/Makefile
+                 themes/fieron_data/Makefile
+                 themes/fieron2_data/Makefile
                 data/Makefile
                  render/Makefile
                 parser/Makefile
index 2a4e6b7a38fb81c5c3d8546ce306f8a036fe5e1e..9bcd07c96fca7202e18a707951d2496b4a47236b 100644 (file)
@@ -1,5 +1,7 @@
 themedir=$(datadir)/openbox/themes
 
+SUBDIRS=ebox_data fieron_data fieron2_data
+
 theme_DATA=artwiz bbs bluebox cthulhain deep ebox fieron fieron2 flux frobozz \
            frobust mbdtex miklos nyz nyzclone ob20 operation outcomes paper \
            purplehaaze shade steelblue steelblue2 the_orange trisb twice \
diff --git a/themes/ebox_buttons/bulletbc.xbm b/themes/ebox_buttons/bulletbc.xbm
deleted file mode 100644 (file)
index f74daa6..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/* Created with The GIMP */
-#define bulletbc_width 8
-#define bulletbc_height 8
-static unsigned char bulletbc_bits[] = {
-   0x00, 0x04, 0x0e, 0x1c, 0x3c, 0x1c, 0x0e, 0x04 };
diff --git a/themes/ebox_buttons/bulletl.xbm b/themes/ebox_buttons/bulletl.xbm
deleted file mode 100644 (file)
index b136694..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/* Created with The GIMP */
-#define bulletl_width 8
-#define bulletl_height 8
-static unsigned char bulletl_bits[] = {
-   0x00, 0x20, 0x70, 0x38, 0x3c, 0x38, 0x70, 0x20 };
diff --git a/themes/ebox_buttons/bulletr.xbm b/themes/ebox_buttons/bulletr.xbm
deleted file mode 100644 (file)
index 5b2d6fd..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/* Created with The GIMP */
-#define bulletr_width 8
-#define bulletr_height 8
-static unsigned char bulletr_bits[] = {
-   0x00, 0x04, 0x0e, 0x1c, 0x3c, 0x1c, 0x0e, 0x04 };
This page took 0.029311 seconds and 4 git commands to generate.