summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-13 00:52:05 +0000
committerDana Jansens <danakj@orodu.net>2007-05-13 00:52:05 +0000
commitca88a21a39f27b6eff634495850d00bbae617903 (patch)
treefbae476b60b3e516d72bcf9a380bf26e1951f544 /openbox
parent7481030324855038326b2fcfd62ae6e4df8b8b99 (diff)
where did those come from ?
Diffstat (limited to 'openbox')
-rw-r--r--openbox/frame.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/openbox/frame.c b/openbox/frame.c
index 3b01710b..8809e627 100644
--- a/openbox/frame.c
+++ b/openbox/frame.c
@@ -48,17 +48,6 @@
#define FRAME_HANDLE_Y(f) (f->innersize.top + f->client->area.height + \
f->cbwidth_y)
-/* the offsets for the titlebar elements from the edge of the titlebar.
- negative means from the right edge. */
-gint icon_off;
-gint label_off;
-gint iconify_off;
-gint desk_off;
-gint shade_off;
-gint max_off;
-gint close_off;
-
-
static void flash_done(gpointer data);
static gboolean flash_timeout(gpointer data);