summaryrefslogtreecommitdiff
path: root/src/widget.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-20 14:44:20 +0000
committerDana Jansens <danakj@orodu.net>2002-12-20 14:44:20 +0000
commit82f4efb4e2d6f836a2f5f7e7b41be4be73ae7518 (patch)
tree5731726877dbffe4285b5c8bff7c94f5fc786399 /src/widget.hh
parent506b5dbf6f2624df57f09b5c7ba15098b1590cd5 (diff)
make the root window an obwidget type
Diffstat (limited to 'src/widget.hh')
-rw-r--r--src/widget.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widget.hh b/src/widget.hh
index 6b9ffe77..2af01e24 100644
--- a/src/widget.hh
+++ b/src/widget.hh
@@ -18,7 +18,8 @@ public:
Type_StickyButton,
Type_LeftGrip,
Type_RightGrip,
- Type_Client
+ Type_Client,
+ Type_Root
};
private: