summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-29 17:17:30 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-29 17:17:30 +0300
commit7e0e97ee7ec31512731cbcef625a040266655062 (patch)
tree0a13c522c2c966056b3ebf5c9f948afac63a879c /src/gui/gui.h
parentcb578a13379c828cfa02032ceab03a7dcbdb1c97 (diff)
downloadplus-7e0e97ee7ec31512731cbcef625a040266655062.tar.gz
plus-7e0e97ee7ec31512731cbcef625a040266655062.tar.bz2
plus-7e0e97ee7ec31512731cbcef625a040266655062.tar.xz
plus-7e0e97ee7ec31512731cbcef625a040266655062.zip
Call RsourceManager::cleanOrphans not on each resource get, but each 15 seconds.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 9d42fcd3c..bbeced8d2 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -530,6 +530,7 @@ class Gui final
Color mForegroundColor;
Color mForegroundColor2;
time_t mTime;
+ time_t mTime10;
bool mCustomCursor; /**< Show custom cursor */
bool mDoubleClick;
};