fix: correct handling of margins on anchored axis

This commit is contained in:
Aleksei Bavshin
2019-09-01 00:54:53 -07:00
parent 089d1299c4
commit 529daedcec
2 changed files with 19 additions and 2 deletions

View File

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