summaryrefslogtreecommitdiff
path: root/plugingui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r--plugingui/mainwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h
index a20f9dc..f922d4c 100644
--- a/plugingui/mainwindow.h
+++ b/plugingui/mainwindow.h
@@ -73,6 +73,11 @@ private:
16, 0, 0, // delta-x
14, 1, 14}; // delta-y
+ TexturedBox topbar{getImageCache(), ":topbar.png",
+ 0, 0, // atlas offset (x, y)
+ 1, 1, 1, // dx1, dx2, dx3
+ 17, 1, 1}; // dy1, dy2, dy3
+
bool closing{false};
Settings& settings;