┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbarmessagelabel.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-01-26 19:58:41 +0000
committerPeter Penz <[email protected]>2007-01-26 19:58:41 +0000
commitd71de955f4a0901288d060a2eaceca305d11a203 (patch)
tree5003c5120e0f3f903e020f59ba3c2b677e5ff556 /src/statusbarmessagelabel.h
parent9877bef7c56b07e715d1f7a6dddc8529387b689b (diff)
Further optimizations: do a delayed update of the geometry. This leads to a reduced flickering/resizing when e. g. the view is split or the window is resized.
svn path=/trunk/playground/utils/dolphin/; revision=627494
Diffstat (limited to 'src/statusbarmessagelabel.h')
-rw-r--r--src/statusbarmessagelabel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/statusbarmessagelabel.h b/src/statusbarmessagelabel.h
index 922465584..03683c107 100644
--- a/src/statusbarmessagelabel.h
+++ b/src/statusbarmessagelabel.h
@@ -92,6 +92,8 @@ private:
Desaturate
};
+ enum { GeometryTimeout = 100 };
+
DolphinStatusBar::Type m_type;
State m_state;
int m_illumination;