diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-30 17:44:20 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-30 17:44:20 +0100 |
commit | 4b7414b3f6869f2bdeb097e4f997498bae9f0aee (patch) | |
tree | 53e9741d7d40f1ff6f77d47fc308b18168dca330 /plugingui/widget.h | |
parent | a1fba9ba11a13f94c524f2ac78206b3fdfb3be74 (diff) |
New box rendering of all widgets. Minor tweaks still missing.
Diffstat (limited to 'plugingui/widget.h')
-rw-r--r-- | plugingui/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/widget.h b/plugingui/widget.h index 4a03d2a..34cdaee 100644 --- a/plugingui/widget.h +++ b/plugingui/widget.h @@ -44,7 +44,7 @@ public: virtual void show(); virtual void hide(); - virtual void resize(size_t width, size_t height); + virtual void resize(int width, int height); virtual void move(size_t x, size_t y); virtual size_t x(); |