From ea6883e9ba851db5e6557b1d71d1268f6ab25c64 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 2 Dec 2016 19:24:57 +0100 Subject: Make resize events fdo the right thing. Add move event. --- plugingui/window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugingui/window.h') diff --git a/plugingui/window.h b/plugingui/window.h index 1fea9c0..705742f 100644 --- a/plugingui/window.h +++ b/plugingui/window.h @@ -74,6 +74,7 @@ protected: friend class EventHandler; void redraw(); void resized(size_t w, size_t h); + void moved(int x, int y); void updateBuffer(); // For the Painter -- cgit v1.2.3