From a5d271dd8f3c2726aa42929c923704f98ad37010 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 27 Sep 2013 20:16:12 +0200 Subject: Optimise repaint events greatly improving GUI responsiveness. --- plugingui/window.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugingui/window.h') diff --git a/plugingui/window.h b/plugingui/window.h index 2a25d41..2e3d17c 100644 --- a/plugingui/window.h +++ b/plugingui/window.h @@ -95,6 +95,8 @@ protected: Image back; Image logo; + + size_t max_refcount; }; }; -- cgit v1.2.3