summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-13 07:38:45 +0000
committerDana Jansens <danakj@orodu.net>2003-02-13 07:38:45 +0000
commitaf27d7b7f04e1b0e0a587bd6b1b725892112eb6a (patch)
tree5ba4d09bdb05d8ebf028e8a309aeb93817255ce2
parent939e7887ceaee9ec97428ad79d8424bde6e479dd (diff)
doc _layer.
add an Icon struct
-rw-r--r--src/client.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh
index 8bbe2a91..6c9b74e5 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -29,6 +29,11 @@ namespace ob {
class Frame;
class Screen;
+struct Icon {
+ unsigned long w, h;
+ unsigned long *data;
+};
+
//! The MWM Hints as retrieved from the window property
/*!
This structure only contains 3 elements, even though the Motif 2.0
@@ -313,6 +318,8 @@ private:
//! The window should be underneath other windows of the same type
bool _below;
+ //! The layer in which the window will be stacked, windows in lower layers
+ //! are always below windows in higher layers.
StackLayer _layer;
//! A bitmask of values in the Client::Decoration enum