diff options
author | Ken Moore <ken@pcbsd.org> | 2015-03-11 22:38:31 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-03-11 22:38:31 -0400 |
commit | 5ecabc4daef6cd3ee739387ecf091f345d65f4f2 (patch) | |
tree | d562297a267515915859cfeccbc6a39eb9c17bb7 /libLumina/LuminaX11.h | |
parent | Add a new XCB-based function for fetching the _NET_WM_ICON information as a Q... (diff) | |
download | lumina-5ecabc4daef6cd3ee739387ecf091f345d65f4f2.tar.gz lumina-5ecabc4daef6cd3ee739387ecf091f345d65f4f2.tar.bz2 lumina-5ecabc4daef6cd3ee739387ecf091f345d65f4f2.zip |
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.
Diffstat (limited to 'libLumina/LuminaX11.h')
-rw-r--r-- | libLumina/LuminaX11.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |