aboutsummaryrefslogtreecommitdiff
path: root/dw/core.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-15 21:43:20 +0200
committerSebastian Geerken <devnull@localhost>2014-09-15 21:43:20 +0200
commite1c93c6553f9330c8414c3f4b8e51529b5abc610 (patch)
tree38e308a29b60df15e1507cce42d3f9e5ecf82c55 /dw/core.hh
parenta4d92f6ec2a1bf92c1f0bc408a7060a774bd027d (diff)
Z-Index and stacking contexts: start.
Diffstat (limited to 'dw/core.hh')
-rw-r--r--dw/core.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/core.hh b/dw/core.hh
index 022574b1..9463df2b 100644
--- a/dw/core.hh
+++ b/dw/core.hh
@@ -25,6 +25,7 @@ class Layout;
class View;
class Widget;
class Iterator;
+class StackingContextMgr;
// Nothing yet to free.
inline void freeall () { }
@@ -53,6 +54,7 @@ class ResourceFactory;
#include "selection.hh"
#include "layout.hh"
#include "widget.hh"
+#include "stackingcontextmgr.hh"
#include "ui.hh"
#undef __INCLUDED_FROM_DW_CORE_HH__