summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-27 02:53:26 -0500
committerDana Jansens <danakj@orodu.net>2008-01-27 02:53:26 -0500
commit6be65a7ddd453bded890a90bb5c0b84b2a89c65a (patch)
treedf3f6f7e3705b81f5d1e5a3ff56cb7582cb28ee9 /openbox/frame.h
parentdd8cb753c16a902b46400eb4e80288cbaa25ba99 (diff)
we alloc theme elements for every window frame, but really it is unneccesary
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index 3e7b2c61..02be17a0 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -137,16 +137,6 @@ struct _ObFrame
Colormap colormap;
- RrAppearance *a_unfocused_title;
- RrAppearance *a_focused_title;
- RrAppearance *a_unfocused_label;
- RrAppearance *a_focused_label;
- RrAppearance *a_icon;
- RrAppearance *a_unfocused_handle;
- RrAppearance *a_focused_handle;
-
- GSList *clients;
-
gint icon_on; /* if the window icon button is on */
gint label_on; /* if the window title is on */
gint iconify_on; /* if the window iconify button is on */