aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-05-06 20:23:53 +0200
committerSebastian Geerken <devnull@localhost>2014-05-06 20:23:53 +0200
commit5e8dec509c8402a8f761e3156bd22278c332c5fc (patch)
tree41a62bd0d660b93a5758a9b36cbfb6e6046f741d /dw/ui.hh
parente0d27594996a9aca98ae1c25b64f14ff2dfeb1de (diff)
New signal "resizeQueued" for Layout. It is used by ComplexButtonResource, instead of "canvasSizeChange"; this seems to fix a CPU hogging problem.
Diffstat (limited to 'dw/ui.hh')
-rw-r--r--dw/ui.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/ui.hh b/dw/ui.hh
index 75d69341..cab67e17 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -378,7 +378,7 @@ private:
public:
ComplexButtonResource *resource;
- void canvasSizeChanged (int width, int ascent, int descent);
+ void resizeQueued (bool extremesChanged);
};
friend class LayoutReceiver;