diff options
Diffstat (limited to 'src/x11extras/qx11info_x11.h')
-rw-r--r-- | src/x11extras/qx11info_x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11extras/qx11info_x11.h b/src/x11extras/qx11info_x11.h index 224d9d4..15df6f0 100644 --- a/src/x11extras/qx11info_x11.h +++ b/src/x11extras/qx11info_x11.h @@ -58,7 +58,7 @@ public: static int appDpiX(int screen=-1); static int appDpiY(int screen=-1); - static Qt::HANDLE appRootWindow(int screen=-1); + static unsigned long appRootWindow(int screen=-1); static int appScreen(); static unsigned long appTime(); |