From a9fbcc9a00c278f93aaf5880a33a8f9fec644e40 Mon Sep 17 00:00:00 2001
From: Markus Koller <markus-koller@gmx.ch>
Date: Fri, 14 Jun 2013 01:22:26 +0200
Subject: [PATCH] Enable app icon and add pixmaps for background

---
 xfwm4/menu-active.xpm   | 31 +++++++++++++++++++++++++++++++
 xfwm4/menu-inactive.xpm | 31 +++++++++++++++++++++++++++++++
 xfwm4/menu-pressed.xpm  | 31 +++++++++++++++++++++++++++++++
 xfwm4/themerc           |  2 +-
 4 files changed, 94 insertions(+), 1 deletion(-)
 create mode 100644 xfwm4/menu-active.xpm
 create mode 100644 xfwm4/menu-inactive.xpm
 create mode 100644 xfwm4/menu-pressed.xpm

diff --git a/xfwm4/menu-active.xpm b/xfwm4/menu-active.xpm
new file mode 100644
index 0000000..6010f6c
--- /dev/null
+++ b/xfwm4/menu-active.xpm
@@ -0,0 +1,31 @@
+/* XPM */
+static char * menu_active_xpm[] = {
+"16 25 3 1",
+" 	c None",
+".	c #484848",
+"+	c #2D2D2D",
+"................",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++"};
diff --git a/xfwm4/menu-inactive.xpm b/xfwm4/menu-inactive.xpm
new file mode 100644
index 0000000..fce8100
--- /dev/null
+++ b/xfwm4/menu-inactive.xpm
@@ -0,0 +1,31 @@
+/* XPM */
+static char * menu_inactive_xpm[] = {
+"16 25 3 1",
+" 	c None",
+".	c #393939",
+"+	c #2D2D2D",
+"................",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++"};
diff --git a/xfwm4/menu-pressed.xpm b/xfwm4/menu-pressed.xpm
new file mode 100644
index 0000000..98081ed
--- /dev/null
+++ b/xfwm4/menu-pressed.xpm
@@ -0,0 +1,31 @@
+/* XPM */
+static char * menu_pressed_xpm[] = {
+"16 25 3 1",
+" 	c None",
+".	c #484848",
+"+	c #2D2D2D",
+"................",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++"};
diff --git a/xfwm4/themerc b/xfwm4/themerc
index 6c91b14..b9879cd 100644
--- a/xfwm4/themerc
+++ b/xfwm4/themerc
@@ -6,7 +6,7 @@ active_text_color=#dcdcdc
 inactive_text_color=#888888
 button_offset=4
 button_spacing=4
-show_app_icon=false
+show_app_icon=true
 full_width_title=true
 maximized_offset=4
 title_horizontal_offset=6