aboutsummaryrefslogtreecommitdiff
path: root/src/BaseDisplay.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/BaseDisplay.hh')
-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 {