From b9773f6eecea38e6a5aa28745cc6fe79aa2d441f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 12 Mar 2016 10:54:52 +0100 Subject: Add parent widget pointer for contained plugin windows. Remove threaded event handling and make all event handling depend on processEcvents being called with a regular (~50ms) interval. --- plugingui/dgwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/dgwindow.h') diff --git a/plugingui/dgwindow.h b/plugingui/dgwindow.h index 4df93cf..07e23df 100644 --- a/plugingui/dgwindow.h +++ b/plugingui/dgwindow.h @@ -47,7 +47,7 @@ class File; class DGWindow : public Window { public: - DGWindow(MessageHandler& messageHandler, Config& config); + DGWindow(void* native_window, MessageHandler& messageHandler, Config& config); Header* header; -- cgit v1.2.3