diff --git a/themes/windows/Makefile.am b/themes/windows/Makefile.am deleted file mode 100644 index 24408c981ca5e214e1b54718cd1bbbdb962f5ccf..0000000000000000000000000000000000000000 --- a/themes/windows/Makefile.am +++ /dev/null @@ -1,45 +0,0 @@ -themedir = $(prefix)/share/xfwm4/themes/windows -theme_DATA = bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm -EXTRA_DIST = $(theme_DATA) diff --git a/themes/windows/Makefile.in b/themes/windows/Makefile.in deleted file mode 100644 index 521149482287f4cccee38ba54b356f3f4dbe8359..0000000000000000000000000000000000000000 --- a/themes/windows/Makefile.in +++ /dev/null @@ -1,235 +0,0 @@ -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am - -# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - - -SHELL = @SHELL@ - -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -VPATH = @srcdir@ -prefix = @prefix@ -exec_prefix = @exec_prefix@ - -bindir = @bindir@ -sbindir = @sbindir@ -libexecdir = @libexecdir@ -datadir = @datadir@ -sysconfdir = @sysconfdir@ -sharedstatedir = @sharedstatedir@ -localstatedir = @localstatedir@ -libdir = @libdir@ -infodir = @infodir@ -mandir = @mandir@ -includedir = @includedir@ -oldincludedir = /usr/include - -DESTDIR = - -pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ - -top_builddir = ../.. - -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - -INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -transform = @program_transform_name@ - -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -CC = @CC@ -MAKEINFO = @MAKEINFO@ -PACKAGE = @PACKAGE@ -PKG_CONFIG = @PKG_CONFIG@ -VERSION = @VERSION@ - -themedir = $(prefix)/share/xfwm4/themes/windows -theme_DATA = bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - themerc \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm - -EXTRA_DIST = $(theme_DATA) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../../config.h -CONFIG_CLEAN_FILES = -DATA = $(theme_DATA) - -DIST_COMMON = Makefile.am Makefile.in - - -DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) - -TAR = gtar -GZIP_ENV = --best -all: all-redirect -.SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps themes/windows/Makefile - -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status - - -install-themeDATA: $(theme_DATA) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(themedir) - @list='$(theme_DATA)'; for p in $$list; do \ - if test -f $(srcdir)/$$p; then \ - echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themedir)/$$p"; \ - $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(themedir)/$$p; \ - else if test -f $$p; then \ - echo " $(INSTALL_DATA) $$p $(DESTDIR)$(themedir)/$$p"; \ - $(INSTALL_DATA) $$p $(DESTDIR)$(themedir)/$$p; \ - fi; fi; \ - done - -uninstall-themeDATA: - @$(NORMAL_UNINSTALL) - list='$(theme_DATA)'; for p in $$list; do \ - rm -f $(DESTDIR)$(themedir)/$$p; \ - done -tags: TAGS -TAGS: - - -distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) - -subdir = themes/windows - -distdir: $(DISTFILES) - @for file in $(DISTFILES); do \ - d=$(srcdir); \ - if test -d $$d/$$file; then \ - cp -pr $$d/$$file $(distdir)/$$file; \ - else \ - test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ - || cp -p $$d/$$file $(distdir)/$$file || :; \ - fi; \ - done -info-am: -info: info-am -dvi-am: -dvi: dvi-am -check-am: all-am -check: check-am -installcheck-am: -installcheck: installcheck-am -install-exec-am: -install-exec: install-exec-am - -install-data-am: install-themeDATA -install-data: install-data-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -install: install-am -uninstall-am: uninstall-themeDATA -uninstall: uninstall-am -all-am: Makefile $(DATA) -all-redirect: all-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install -installdirs: - $(mkinstalldirs) $(DESTDIR)$(themedir) - - -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -rm -f Makefile $(CONFIG_CLEAN_FILES) - -rm -f config.cache config.log stamp-h stamp-h[0-9]* - -maintainer-clean-generic: -mostlyclean-am: mostlyclean-generic - -mostlyclean: mostlyclean-am - -clean-am: clean-generic mostlyclean-am - -clean: clean-am - -distclean-am: distclean-generic clean-am - -distclean: distclean-am - -maintainer-clean-am: maintainer-clean-generic distclean-am - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - -maintainer-clean: maintainer-clean-am - -.PHONY: uninstall-themeDATA install-themeDATA tags distdir info-am info \ -dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ -install-exec install-data-am install-data install-am install \ -uninstall-am uninstall all-redirect all-am all installdirs \ -mostlyclean-generic distclean-generic clean-generic \ -maintainer-clean-generic clean mostlyclean distclean maintainer-clean - - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/themes/windows/bottom-active.xpm b/themes/windows/bottom-active.xpm deleted file mode 100644 index 869b074fd2ea7eee7407c60b52823fe7f2b01e57..0000000000000000000000000000000000000000 --- a/themes/windows/bottom-active.xpm +++ /dev/null @@ -1,12 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"16 5 4 1", -" c None", -". c #000000 s active_border_color", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"################", -"................"}; diff --git a/themes/windows/bottom-inactive.xpm b/themes/windows/bottom-inactive.xpm deleted file mode 100644 index ef6077e0be0a10c2b76303d90bb8be8a7db65037..0000000000000000000000000000000000000000 --- a/themes/windows/bottom-inactive.xpm +++ /dev/null @@ -1,12 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"16 5 4 1", -" c None", -". c #000000 s inactive_border_color", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@", -"################", -"................"}; diff --git a/themes/windows/bottom-left-active.xpm b/themes/windows/bottom-left-active.xpm deleted file mode 100644 index 4a8a6baf33c67632f1224590305cd24757ffb9aa..0000000000000000000000000000000000000000 --- a/themes/windows/bottom-left-active.xpm +++ /dev/null @@ -1,20 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"12 12 5 1", -" c None", -". c #000000 s active_border_color", -"+ c #FFFFFF s active_hilight_2", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -"@+@@@ ", -"@+@@@ ", -"@+@@@ ", -"@+@@@ ", -"@+@@@ ", -"@+@@@ ", -"@+@@@ ", -"@+@@@@@@@@@@", -"@+@@@@@@@@@@", -"@+@@@@@@@@@@", -"@+##########", -"@..........."}; diff --git a/themes/windows/bottom-left-inactive.xpm b/themes/windows/bottom-left-inactive.xpm deleted file mode 100644 index 875c331448040d6e3471baa25ffd471c3a974cbf..0000000000000000000000000000000000000000 --- a/themes/windows/bottom-left-inactive.xpm +++ /dev/null @@ -1,20 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"12 12 5 1", -" c None", -". c #000000 s inactive_border_color", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -"@+@@@ ", -"@+@@@ ", -"@+@@@ ", -"@+@@@ ", -"@+@@@ ", -"@+@@@ ", -"@+@@@ ", -"@+@@@@@@@@@@", -"@+@@@@@@@@@@", -"@+@@@@@@@@@@", -"@+##########", -"@..........."}; diff --git a/themes/windows/bottom-right-active.xpm b/themes/windows/bottom-right-active.xpm deleted file mode 100644 index 1cf723040258c72c8e64448ca02462727fe6dd21..0000000000000000000000000000000000000000 --- a/themes/windows/bottom-right-active.xpm +++ /dev/null @@ -1,19 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"12 12 4 1", -" c None", -". c #000000 s active_border_color", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -" @@@#.", -" @@@#.", -" @@@#.", -" @@@#.", -" @@@#.", -" @@@#.", -" @@@#.", -"@@@@@@@@@@#.", -"@@@@@@@@@@#.", -"@@@@@@@@@@#.", -"###########.", -"............"}; diff --git a/themes/windows/bottom-right-inactive.xpm b/themes/windows/bottom-right-inactive.xpm deleted file mode 100644 index 6310f98a486f7c41c7f99ec175b4ebf1d5a5d4b0..0000000000000000000000000000000000000000 --- a/themes/windows/bottom-right-inactive.xpm +++ /dev/null @@ -1,19 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"12 12 4 1", -" c None", -". c #000000 s inactive_border_color", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -" @@@#.", -" @@@#.", -" @@@#.", -" @@@#.", -" @@@#.", -" @@@#.", -" @@@#.", -"@@@@@@@@@@#.", -"@@@@@@@@@@#.", -"@@@@@@@@@@#.", -"###########.", -"............"}; diff --git a/themes/windows/close-active.xpm b/themes/windows/close-active.xpm deleted file mode 100644 index 7be90256750925d30063725088ca30f2e430c802..0000000000000000000000000000000000000000 --- a/themes/windows/close-active.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s active_border_color", -"+ c #FFFFFF s active_hilight_2", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -" ", -"@@@@@@@@@@@@@", -"@+++++++++++.", -"@+@@@@@@@@@#.", -"@+@..@@@..@#.", -"@+@...@...@#.", -"@+@@.....@@#.", -"@+@@@...@@@#.", -"@+@@.....@@#.", -"@+@...@...@#.", -"@+@..@@@..@#.", -"@+@@@@@@@@@#.", -"@+##########.", -"@............"}; diff --git a/themes/windows/close-inactive.xpm b/themes/windows/close-inactive.xpm deleted file mode 100644 index 7ec075c9afd4baf1c4065707ae2cf38734855f69..0000000000000000000000000000000000000000 --- a/themes/windows/close-inactive.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s inactive_border_color", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -" ", -"@@@@@@@@@@@@@", -"@+++++++++++.", -"@+@@@@@@@@@#.", -"@+@..@@@..@#.", -"@+@...@...@#.", -"@+@@.....@@#.", -"@+@@@...@@@#.", -"@+@@.....@@#.", -"@+@...@...@#.", -"@+@..@@@..@#.", -"@+@@@@@@@@@#.", -"@+##########.", -"@............"}; diff --git a/themes/windows/close-pressed.xpm b/themes/windows/close-pressed.xpm deleted file mode 100644 index dbd6c0ccd8a9c45b093658980b51422bd4dcde19..0000000000000000000000000000000000000000 --- a/themes/windows/close-pressed.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s active_border_color", -"+ c #B2B2B2 s active_shadow_2", -"@ c #D8D8D8 s active_color_2", -"# c #FFFFFF s active_hilight_2", -" ", -"............@", -".+++++++++++@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@..@@@..#@", -".+@@...@...#@", -".+@@@.....@#@", -".+@@@@...@@#@", -".+@@@.....@#@", -".+@@...@...#@", -".+@@..@@@..#@", -".+##########@", -".@@@@@@@@@@@@"}; diff --git a/themes/windows/hide-active.xpm b/themes/windows/hide-active.xpm deleted file mode 100644 index 710225a69208d4f73ebe67207f662cbd335bfb6c..0000000000000000000000000000000000000000 --- a/themes/windows/hide-active.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s active_border_color", -"+ c #FFFFFF s active_hilight_2", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -" ", -"@@@@@@@@@@@@@", -"@+++++++++++.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@.......@#.", -"@+@.......@#.", -"@+@@@@@@@@@#.", -"@+##########.", -"@............"}; diff --git a/themes/windows/hide-inactive.xpm b/themes/windows/hide-inactive.xpm deleted file mode 100644 index 3f5d6f6933ce959679a53579fbe75f139d11c758..0000000000000000000000000000000000000000 --- a/themes/windows/hide-inactive.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s inactive_border_color", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -" ", -"@@@@@@@@@@@@@", -"@+++++++++++.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@.......@#.", -"@+@.......@#.", -"@+@@@@@@@@@#.", -"@+##########.", -"@............"}; diff --git a/themes/windows/hide-pressed.xpm b/themes/windows/hide-pressed.xpm deleted file mode 100644 index d5cecd11b752deb2e2d6e93aa44c474ec02267db..0000000000000000000000000000000000000000 --- a/themes/windows/hide-pressed.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s active_border_color", -"+ c #B2B2B2 s active_shadow_2", -"@ c #D8D8D8 s active_color_2", -"# c #FFFFFF s active_hilight_2", -" ", -".............", -".+++++++++++@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@.......#@", -".+@@.......#@", -".+##########@", -".@@@@@@@@@@@@"}; diff --git a/themes/windows/left-active.xpm b/themes/windows/left-active.xpm deleted file mode 100644 index b4c87893fde25a380aaebae4cece34e81a5b4b96..0000000000000000000000000000000000000000 --- a/themes/windows/left-active.xpm +++ /dev/null @@ -1,7 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"5 1 3 1", -" c None", -"+ c #FFFFFF s active_hilight_2", -"@ c #D8D8D8 s active_color_2", -"@+@@@"}; \ No newline at end of file diff --git a/themes/windows/left-inactive.xpm b/themes/windows/left-inactive.xpm deleted file mode 100644 index 071bc62adcdb6db7ad07df073de3ebd380c4193a..0000000000000000000000000000000000000000 --- a/themes/windows/left-inactive.xpm +++ /dev/null @@ -1,7 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"5 1 3 1", -" c None", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"@+@@@"}; \ No newline at end of file diff --git a/themes/windows/maximize-active.xpm b/themes/windows/maximize-active.xpm deleted file mode 100644 index 896f1e5f39d86841262dba93c6564696afae8bb4..0000000000000000000000000000000000000000 --- a/themes/windows/maximize-active.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s active_border_color", -"+ c #FFFFFF s active_hilight_2", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -" ", -"@@@@@@@@@@@@@", -"@+++++++++++.", -"@+@@@@@@@@@#.", -"@+@.......@#.", -"@+@.......@#.", -"@+@.@@@@@.@#.", -"@+@.@@@@@.@#.", -"@+@.@@@@@.@#.", -"@+@.@@@@@.@#.", -"@+@.......@#.", -"@+@@@@@@@@@#.", -"@+##########.", -"@............"}; diff --git a/themes/windows/maximize-inactive.xpm b/themes/windows/maximize-inactive.xpm deleted file mode 100644 index 564e6002758106e6b3b210a43ba5f7e917da89c7..0000000000000000000000000000000000000000 --- a/themes/windows/maximize-inactive.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s inactive_border_color", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -" ", -"@@@@@@@@@@@@@", -"@+++++++++++.", -"@+@@@@@@@@@#.", -"@+@.......@#.", -"@+@.......@#.", -"@+@.@@@@@.@#.", -"@+@.@@@@@.@#.", -"@+@.@@@@@.@#.", -"@+@.@@@@@.@#.", -"@+@.......@#.", -"@+@@@@@@@@@#.", -"@+##########.", -"@............"}; diff --git a/themes/windows/maximize-pressed.xpm b/themes/windows/maximize-pressed.xpm deleted file mode 100644 index 870b75ff162a5cc0d0a648b052c124890299a438..0000000000000000000000000000000000000000 --- a/themes/windows/maximize-pressed.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s active_border_color", -"+ c #B2B2B2 s active_shadow_2", -"@ c #D8D8D8 s active_color_2", -"# c #FFFFFF s active_hilight_2", -" " -".............", -".+++++++++++@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@.......#@", -".+@@.......#@", -".+@@.@@@@@.#@", -".+@@.@@@@@.#@", -".+@@.@@@@@.#@", -".+@@.@@@@@.#@", -".+@@.......#@", -".+##########@", -".@@@@@@@@@@@@"}; diff --git a/themes/windows/menu-active.xpm b/themes/windows/menu-active.xpm deleted file mode 100644 index 4673f96d56359935034b06029a6e566faab6c626..0000000000000000000000000000000000000000 --- a/themes/windows/menu-active.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"13 14 5 1", -" c None", -". c #D8D8D8 s active_color_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #000000 s active_border_color", -"# c #B2B2B2 s active_shadow_2", -" ", -".............", -".+++++++++++@", -".+.........#@", -".+.@@@@@@@.#@", -".+.@.....@.#@", -".+.@@@@@@@.#@", -".+.@.....@.#@", -".+.@@@@@@@.#@", -".+.@.....@.#@", -".+.@@@@@@@.#@", -".+.........#@", -".+##########@", -".@@@@@@@@@@@@"}; diff --git a/themes/windows/menu-inactive.xpm b/themes/windows/menu-inactive.xpm deleted file mode 100644 index 1e057b05d6c426de87ec158f2f311f5bc419d4f9..0000000000000000000000000000000000000000 --- a/themes/windows/menu-inactive.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"13 14 5 1", -" c None", -". c #D8D8D8 s inactive_color_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #000000 s inactive_border_color", -"# c #B2B2B2 s inactive_shadow_2", -" ", -".............", -".+++++++++++@", -".+.........#@", -".+.@@@@@@@.#@", -".+.@.....@.#@", -".+.@@@@@@@.#@", -".+.@.....@.#@", -".+.@@@@@@@.#@", -".+.@.....@.#@", -".+.@@@@@@@.#@", -".+.........#@", -".+##########@", -".@@@@@@@@@@@@"}; diff --git a/themes/windows/menu-pressed.xpm b/themes/windows/menu-pressed.xpm deleted file mode 100644 index 4740fc76acc67dd6fc1d4ef9afd1e2637fbfdc1f..0000000000000000000000000000000000000000 --- a/themes/windows/menu-pressed.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s active_border_color", -"+ c #B2B2B2 s active_shadow_2", -"@ c #D8D8D8 s active_color_2", -"# c #FFFFFF s active_hilight_2", -" ", -".............", -".+++++++++++@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@.......#@", -".+@@.@@@@@.#@", -".+@@.......#@", -".+@@.@@@@@.#@", -".+@@.......#@", -".+@@.@@@@@.#@", -".+@@.......#@", -".+##########@", -".@@@@@@@@@@@@"}; diff --git a/themes/windows/right-active.xpm b/themes/windows/right-active.xpm deleted file mode 100644 index b4511caa7f7e9f405ac1bf20a1545d23e90dea48..0000000000000000000000000000000000000000 --- a/themes/windows/right-active.xpm +++ /dev/null @@ -1,8 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"5 1 4 1", -" c None", -". c #000000 s active_border_color", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -"@@@#."}; diff --git a/themes/windows/right-inactive.xpm b/themes/windows/right-inactive.xpm deleted file mode 100644 index fb1972d7e8c50dcc5a12f4adff712cfa9720b745..0000000000000000000000000000000000000000 --- a/themes/windows/right-inactive.xpm +++ /dev/null @@ -1,8 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"5 1 4 1", -" c None", -". c #000000 s inactive_border_color", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -"@@@#."}; diff --git a/themes/windows/shade-active.xpm b/themes/windows/shade-active.xpm deleted file mode 100644 index 41079aeec04839abdc3eb219e1f6f815d459b9b2..0000000000000000000000000000000000000000 --- a/themes/windows/shade-active.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s active_border_color", -"+ c #FFFFFF s active_hilight_2", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -" " -"@@@@@@@@@@@@@", -"@+++++++++++.", -"@+@@@@@@@@@#.", -"@+@.......@#.", -"@+@.......@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+##########.", -"@............"}; diff --git a/themes/windows/shade-inactive.xpm b/themes/windows/shade-inactive.xpm deleted file mode 100644 index 7eb4d60ba0a38594177a4abc645bdfa5d6482788..0000000000000000000000000000000000000000 --- a/themes/windows/shade-inactive.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s inactive_border_color", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -" " -"@@@@@@@@@@@@@", -"@+++++++++++.", -"@+@@@@@@@@@#.", -"@+@.......@#.", -"@+@.......@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+@@@@@@@@@#.", -"@+##########.", -"@............"}; diff --git a/themes/windows/shade-pressed.xpm b/themes/windows/shade-pressed.xpm deleted file mode 100644 index c85ee846afa7379d2f490b86f00fa864aea681db..0000000000000000000000000000000000000000 --- a/themes/windows/shade-pressed.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s active_border_color", -"+ c #B2B2B2 s active_shadow_2", -"@ c #D8D8D8 s active_color_2", -"# c #FFFFFF s active_hilight_2", -" ", -".............", -".+++++++++++@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@.......#@", -".+@@.......#@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+##########@", -".@@@@@@@@@@@@"}; diff --git a/themes/windows/stick-active.xpm b/themes/windows/stick-active.xpm deleted file mode 100644 index 8dea5dbd28980638d61f9fa80a4047530cad0af7..0000000000000000000000000000000000000000 --- a/themes/windows/stick-active.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"13 14 5 1", -" c None", -". c #D8D8D8 s active_color_2", -"+ c #FFFFFF s active_hilight_2", -"@ c #000000 s active_border_color", -"# c #B2B2B2 s active_shadow_2", -" ", -".............", -".+++++++++++@", -".+.........#@", -".+...@@@...#@", -".+..@...@..#@", -".+.@.....@.#@", -".+.@.....@.#@", -".+.@.....@.#@", -".+..@...@..#@", -".+...@@@...#@", -".+.........#@", -".+##########@", -".@@@@@@@@@@@@"}; diff --git a/themes/windows/stick-inactive.xpm b/themes/windows/stick-inactive.xpm deleted file mode 100644 index d538def108ed05b69313d7fbc2740a5ff71f7b99..0000000000000000000000000000000000000000 --- a/themes/windows/stick-inactive.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"13 14 5 1", -" c None", -". c #D8D8D8 s inactive_color_2", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #000000 s inactive_border_color", -"# c #B2B2B2 s inactive_shadow_2", -" ", -".............", -".+++++++++++@", -".+.........#@", -".+...@@@...#@", -".+..@...@..#@", -".+.@.....@.#@", -".+.@.....@.#@", -".+.@.....@.#@", -".+..@...@..#@", -".+...@@@...#@", -".+.........#@", -".+##########@", -".@@@@@@@@@@@@"}; diff --git a/themes/windows/stick-pressed.xpm b/themes/windows/stick-pressed.xpm deleted file mode 100644 index 01f323f7b97db58a0e7d1dc63d482c24f1310ca6..0000000000000000000000000000000000000000 --- a/themes/windows/stick-pressed.xpm +++ /dev/null @@ -1,22 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"13 14 5 1", -" c None", -". c #000000 s active_border_color", -"+ c #B2B2B2 s active_shadow_2", -"@ c #D8D8D8 s active_color_2", -"# c #FFFFFF s active_hilight_2", -" ", -".............", -".+++++++++++@", -".+@@@@@@@@@#@", -".+@@@@@@@@@#@", -".+@@@@...@@#@", -".+@@@.@@@.@#@", -".+@@.@@@@@.#@", -".+@@.@@@@@.#@", -".+@@.@@@@@.#@", -".+@@@.@@@.@#@", -".+@@@@...@@#@", -".+##########@", -".@@@@@@@@@@@@"}; diff --git a/themes/windows/themerc b/themes/windows/themerc deleted file mode 100644 index 303eac6b23a180fc6c9abb0a95be59b424a6c5f9..0000000000000000000000000000000000000000 --- a/themes/windows/themerc +++ /dev/null @@ -1,4 +0,0 @@ -full_width_title=true -button_offset=2 -button_spacing=2 -title_vertical_offset=2 diff --git a/themes/windows/title-1-active.xpm b/themes/windows/title-1-active.xpm deleted file mode 100644 index 374830026621bc61b20c6848549b4280d4370af1..0000000000000000000000000000000000000000 --- a/themes/windows/title-1-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_middle_active_xpm[] = { -"5 24 5 1", -" c None", -"+ c #FFFFFF s active_hilight_2", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -"$ c #8CB754 s active_color_1", -"@@@@@", -"+++++", -"@@@@@", -"@@@@@", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"@@@@@", -"@@@@@"}; diff --git a/themes/windows/title-1-inactive.xpm b/themes/windows/title-1-inactive.xpm deleted file mode 100644 index 2539ed313648492568cd15378b5fabbd276f2b70..0000000000000000000000000000000000000000 --- a/themes/windows/title-1-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_middle_inactive_xpm[] = { -"5 24 5 1", -" c None", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -"$ c #8CB754 s inactive_color_1", -"@@@@@", -"+++++", -"@@@@@", -"@@@@@", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"@@@@@", -"@@@@@"}; diff --git a/themes/windows/title-2-active.xpm b/themes/windows/title-2-active.xpm deleted file mode 100644 index 374830026621bc61b20c6848549b4280d4370af1..0000000000000000000000000000000000000000 --- a/themes/windows/title-2-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_middle_active_xpm[] = { -"5 24 5 1", -" c None", -"+ c #FFFFFF s active_hilight_2", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -"$ c #8CB754 s active_color_1", -"@@@@@", -"+++++", -"@@@@@", -"@@@@@", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"@@@@@", -"@@@@@"}; diff --git a/themes/windows/title-2-inactive.xpm b/themes/windows/title-2-inactive.xpm deleted file mode 100644 index 2539ed313648492568cd15378b5fabbd276f2b70..0000000000000000000000000000000000000000 --- a/themes/windows/title-2-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_middle_inactive_xpm[] = { -"5 24 5 1", -" c None", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -"$ c #8CB754 s inactive_color_1", -"@@@@@", -"+++++", -"@@@@@", -"@@@@@", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"@@@@@", -"@@@@@"}; diff --git a/themes/windows/title-3-active.xpm b/themes/windows/title-3-active.xpm deleted file mode 100644 index 374830026621bc61b20c6848549b4280d4370af1..0000000000000000000000000000000000000000 --- a/themes/windows/title-3-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_middle_active_xpm[] = { -"5 24 5 1", -" c None", -"+ c #FFFFFF s active_hilight_2", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -"$ c #8CB754 s active_color_1", -"@@@@@", -"+++++", -"@@@@@", -"@@@@@", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"@@@@@", -"@@@@@"}; diff --git a/themes/windows/title-3-inactive.xpm b/themes/windows/title-3-inactive.xpm deleted file mode 100644 index 2539ed313648492568cd15378b5fabbd276f2b70..0000000000000000000000000000000000000000 --- a/themes/windows/title-3-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_middle_inactive_xpm[] = { -"5 24 5 1", -" c None", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -"$ c #8CB754 s inactive_color_1", -"@@@@@", -"+++++", -"@@@@@", -"@@@@@", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"@@@@@", -"@@@@@"}; diff --git a/themes/windows/title-4-active.xpm b/themes/windows/title-4-active.xpm deleted file mode 100644 index 374830026621bc61b20c6848549b4280d4370af1..0000000000000000000000000000000000000000 --- a/themes/windows/title-4-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_middle_active_xpm[] = { -"5 24 5 1", -" c None", -"+ c #FFFFFF s active_hilight_2", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -"$ c #8CB754 s active_color_1", -"@@@@@", -"+++++", -"@@@@@", -"@@@@@", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"@@@@@", -"@@@@@"}; diff --git a/themes/windows/title-4-inactive.xpm b/themes/windows/title-4-inactive.xpm deleted file mode 100644 index 2539ed313648492568cd15378b5fabbd276f2b70..0000000000000000000000000000000000000000 --- a/themes/windows/title-4-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_middle_inactive_xpm[] = { -"5 24 5 1", -" c None", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -"$ c #8CB754 s inactive_color_1", -"@@@@@", -"+++++", -"@@@@@", -"@@@@@", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"@@@@@", -"@@@@@"}; diff --git a/themes/windows/title-5-active.xpm b/themes/windows/title-5-active.xpm deleted file mode 100644 index 374830026621bc61b20c6848549b4280d4370af1..0000000000000000000000000000000000000000 --- a/themes/windows/title-5-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_middle_active_xpm[] = { -"5 24 5 1", -" c None", -"+ c #FFFFFF s active_hilight_2", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -"$ c #8CB754 s active_color_1", -"@@@@@", -"+++++", -"@@@@@", -"@@@@@", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"@@@@@", -"@@@@@"}; diff --git a/themes/windows/title-5-inactive.xpm b/themes/windows/title-5-inactive.xpm deleted file mode 100644 index 2539ed313648492568cd15378b5fabbd276f2b70..0000000000000000000000000000000000000000 --- a/themes/windows/title-5-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_middle_inactive_xpm[] = { -"5 24 5 1", -" c None", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -"$ c #8CB754 s inactive_color_1", -"@@@@@", -"+++++", -"@@@@@", -"@@@@@", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"$$$$$", -"@@@@@", -"@@@@@"}; diff --git a/themes/windows/top-left-active.xpm b/themes/windows/top-left-active.xpm deleted file mode 100644 index 5f2ec6e5dde368d1975fabb06d2f32ad6e886e94..0000000000000000000000000000000000000000 --- a/themes/windows/top-left-active.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"4 24 4 1", -" c None", -"+ c #FFFFFF s active_hilight_2", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -"@@@@", -"@+++", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@"}; diff --git a/themes/windows/top-left-inactive.xpm b/themes/windows/top-left-inactive.xpm deleted file mode 100644 index 99b188044ebee369dac68bda3c734ce68eb1ed43..0000000000000000000000000000000000000000 --- a/themes/windows/top-left-inactive.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"4 24 4 1", -" c None", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -"@@@@", -"@+++", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@", -"@+@@"}; diff --git a/themes/windows/top-right-active.xpm b/themes/windows/top-right-active.xpm deleted file mode 100644 index 47b48da5848f456ae259ef1dd60a7404cfc8840c..0000000000000000000000000000000000000000 --- a/themes/windows/top-right-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"4 24 5 1", -" c None", -". c #000000 s active_border_color", -"+ c #FFFFFF s active_hilight_2", -"@ c #D8D8D8 s active_color_2", -"# c #B2B2B2 s active_shadow_2", -"@@@@", -"+++.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#."}; diff --git a/themes/windows/top-right-inactive.xpm b/themes/windows/top-right-inactive.xpm deleted file mode 100644 index b8d5621a73e306f3bfbadfed224dccd24bc35d10..0000000000000000000000000000000000000000 --- a/themes/windows/top-right-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"4 24 5 1", -" c None", -". c #000000 s inactive_border_color", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", -"@@@@", -"+++.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#.", -"@@#."};