From 5ecabc4daef6cd3ee739387ecf091f345d65f4f2 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 11 Mar 2015 22:38:31 -0400 Subject: Convert the windowImage routine to XCB from XLib, and set the desktop (system tray) to use the new routine. Also setup the desktop to use the new XCB routine for window icons as well. Both are tested on 10.x and appear to work perfectly. --- libLumina/LuminaX11.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libLumina/LuminaX11.h') diff --git a/libLumina/LuminaX11.h b/libLumina/LuminaX11.h index 3cb15d89..c2e27dcd 100644 --- a/libLumina/LuminaX11.h +++ b/libLumina/LuminaX11.h @@ -139,6 +139,7 @@ public: QString WindowName(WId win); //_WM_NAME bool WindowIsMaximized(WId win); QIcon WindowIcon(WId win); //_NET_WM_ICON + QPixmap WindowImage(WId win, bool useleader=true); //Pull the image directly from the window //Window Modification void SetAsSticky(WId); //Stick to all workspaces -- cgit