diff options
Diffstat (limited to 'x11-wm/matchbox-window-manager/files/matchbox-window-manager-1.0-use-nopng.patch')
-rw-r--r-- | x11-wm/matchbox-window-manager/files/matchbox-window-manager-1.0-use-nopng.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-wm/matchbox-window-manager/files/matchbox-window-manager-1.0-use-nopng.patch b/x11-wm/matchbox-window-manager/files/matchbox-window-manager-1.0-use-nopng.patch new file mode 100644 index 000000000000..881567d9b96d --- /dev/null +++ b/x11-wm/matchbox-window-manager/files/matchbox-window-manager-1.0-use-nopng.patch @@ -0,0 +1,27 @@ +diff -Naurp matchbox-window-manager-1.0.orig/src/structs.h matchbox-window-manager-1.0/src/structs.h +--- matchbox-window-manager-1.0.orig/src/structs.h 2006-02-19 16:00:52.000000000 -0500 ++++ matchbox-window-manager-1.0/src/structs.h 2006-06-12 18:52:53.000000000 -0400 +@@ -81,23 +81,12 @@ + + #define GENERIC_ICON PKGDATADIR "/mbnoapp.xpm" + +-#ifdef MB_HAVE_PNG +- + #define DEFAULT_THEME DATADIR "/themes/Default/matchbox/theme.xml" +- + #define DEFAULTTHEME DATADIR "/themes/Default/matchbox/theme.xml" + + #define DEFAULT_THEMENAME "Default" +- + #define DEFAULTTHEMENAME "Default" + +-#else +- +-#define DEFAULT_THEME DATADIR "/themes/Default/matchbox/theme.xml" +-#define DEFAULT_THEME_NAME "Default" +- +-#endif +- + #define CONFDEFAULTS PKGDATADIR "/defaults" + + /* Simple Macros */ |