diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-16 12:55:42 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-16 12:55:42 +0200 |
commit | 4317e7371e0acd39fe2ef76fc20a902f5cabdd42 (patch) | |
tree | 9d548648867647f76463c8aa425e8248e44a5002 /plugingui/mainwindow.h | |
parent | 7c074d96d8b6c93bf76bb093aab124c267287668 (diff) |
Add new tabs to the main window.
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r-- | plugingui/mainwindow.h | 5 |
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; |