From c6dac8539715c12db1e18c13f389c59557270268 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 17 May 2007 02:29:13 +0000 Subject: don't let the user toggle decorations on widnows that don't have any decorations to toggle --- openbox/client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index 2cc64a5c..05153eb0 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -73,7 +73,8 @@ typedef enum OB_CLIENT_FUNC_FULLSCREEN = 1 << 5, /*!< Allow to be made fullscreen */ OB_CLIENT_FUNC_CLOSE = 1 << 6, /*!< Allow to be closed */ OB_CLIENT_FUNC_ABOVE = 1 << 7, /*!< Allow to be put in lower layer */ - OB_CLIENT_FUNC_BELOW = 1 << 8 /*!< Allow to be put in higher layer */ + OB_CLIENT_FUNC_BELOW = 1 << 8, /*!< Allow to be put in higher layer */ + OB_CLIENT_FUNC_UNDECORATE = 1 << 9 /*!< Allow to be undecorated */ } ObFunctions; struct _ObClient -- cgit v1.2.3