From c04f102458227e41e8ef13064f5ace371a0cd9ba Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Wed, 1 Jun 2016 14:47:40 +0200 Subject: added x11 workaround. --- src/pwgui/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pwgui/main.cpp') diff --git a/src/pwgui/main.cpp b/src/pwgui/main.cpp index 8a9833b..9f3bbef 100644 --- a/src/pwgui/main.cpp +++ b/src/pwgui/main.cpp @@ -20,6 +20,8 @@ #include #include +#include "../x11workaround.h" + #define NAMELEN 400 #define BUFLEN 9000 #define ENVLEN 20000 @@ -193,6 +195,7 @@ int main(int argc, char *argv[]) PwGui *w = new PwGui(pfd[1], creds); bg->setMainWindow(w); w->show(); + wiggle(); exit(a.exec()); return CUPS_BACKEND_CANCEL; } -- cgit v1.2.3-55-g7522