From 383f1ee85fbe6c7317781db2b05018e7932b9eab Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 13 Jun 2007 12:31:41 +0000 Subject: don't show vertical resize context/arrow when the window is shaded --- openbox/frame.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/frame.h') diff --git a/openbox/frame.h b/openbox/frame.h index a29e77c3..2f7d1e74 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -167,6 +167,7 @@ struct _ObFrame gint cbwidth_b; /* client border width */ gboolean max_horz; /* when maxed some decorations are hidden */ gboolean max_vert; /* when maxed some decorations are hidden */ + gboolean shaded; /* decorations adjust when shaded */ /* the leftmost and rightmost elements in the titlebar */ ObFrameContext leftmost; -- cgit v1.2.3