From cec1d9ea562e3d52c98f1219db5e186943f2f0d6 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 12 Feb 2017 11:07:22 +0100 Subject: Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate unnecessary rendering passes during event handling. --- plugingui/nativewindow_x11.h | 1 - 1 file changed, 1 deletion(-) (limited to 'plugingui/nativewindow_x11.h') diff --git a/plugingui/nativewindow_x11.h b/plugingui/nativewindow_x11.h index a026ac8..f98f151 100644 --- a/plugingui/nativewindow_x11.h +++ b/plugingui/nativewindow_x11.h @@ -54,7 +54,6 @@ public: void show() override; void hide() override; void setCaption(const std::string &caption) override; - void handleBuffer() override; void redraw() override; void grabMouse(bool grab) override; EventQueue getEvents() override; -- cgit v1.2.3