aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-04-04 14:27:56 (GMT)
committerfluxgen <fluxgen>2002-04-04 14:27:56 (GMT)
commit3796077a948647fe49bd70022f48e54456bb6f34 (patch)
treeba12afd8203d691e7575a878b8c886925ef40d69 /src
parentb1c398b775f2ef2b923fc95f02de5ef684ee1160 (diff)
downloadfluxbox_pavel-3796077a948647fe49bd70022f48e54456bb6f34.zip
fluxbox_pavel-3796077a948647fe49bd70022f48e54456bb6f34.tar.bz2
moved Decor to FluxboxWindow
Diffstat (limited to 'src')
-rw-r--r--src/BaseDisplay.hh9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/BaseDisplay.hh b/src/BaseDisplay.hh
index 30e90c0..d2dc896 100644
--- a/src/BaseDisplay.hh
+++ b/src/BaseDisplay.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: BaseDisplay.hh,v 1.18 2002/03/23 02:02:01 pekdon Exp $ 25// $Id: BaseDisplay.hh,v 1.19 2002/04/04 14:27:56 fluxgen Exp $
26 26
27#ifndef BASEDISPLAY_HH 27#ifndef BASEDISPLAY_HH
28#define BASEDISPLAY_HH 28#define BASEDISPLAY_HH
@@ -63,14 +63,11 @@ public:
63 ATTRIB_WORKSPACE = 0x10, 63 ATTRIB_WORKSPACE = 0x10,
64 ATTRIB_STACK = 0x20, 64 ATTRIB_STACK = 0x20,
65 ATTRIB_DECORATION = 0x40 65 ATTRIB_DECORATION = 0x40
66 }; 66 };
67
68 enum Decor {DECOR_NONE=0, DECOR_NORMAL, DECOR_TINY, DECOR_TOOL};
69
70 67
71 typedef struct _blackbox_hints { 68 typedef struct _blackbox_hints {
72 unsigned long flags, attrib, workspace, stack; 69 unsigned long flags, attrib, workspace, stack;
73 Decor decoration; 70 int decoration;
74 } BlackboxHints; 71 } BlackboxHints;
75 72
76 typedef struct _blackbox_attributes { 73 typedef struct _blackbox_attributes {