fix: correct calculation of exclusive zone

This commit is contained in:
Aleksei Bavshin
2019-08-22 23:29:18 -07:00
parent 36fc8365ee
commit 089d1299c4
2 changed files with 64 additions and 52 deletions

View File

@ -55,7 +55,7 @@ class Bar {
void onConfigure(GdkEventConfigure *ev);
void onRealize();
void onMap(GdkEventAny *ev);
void setMarginsAndZone(uint32_t height, uint32_t width);
void setExclusiveZone(uint32_t width, uint32_t height);
auto setupWidgets() -> void;
void getModules(const Factory &, const std::string &);
void setupAltFormatKeyForModule(const std::string &module_name);