diff options
author | Ken Moore <ken@pcbsd.org> | 2015-03-27 14:29:03 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-03-27 14:29:03 -0400 |
commit | f6c1de2b36756803800199cf9c80a135de1a7a51 (patch) | |
tree | 0396afa6cd57fd2a945cb9068ab249fe469135fc /libLumina/LuminaX11.h | |
parent | Update the system tray Embed/Unembed routines to use the XCB library instead ... (diff) | |
download | lumina-f6c1de2b36756803800199cf9c80a135de1a7a51.tar.gz lumina-f6c1de2b36756803800199cf9c80a135de1a7a51.tar.bz2 lumina-f6c1de2b36756803800199cf9c80a135de1a7a51.zip |
Clean up a bit of the new XCB system tray embedding process. Still does not fix FreeBSD 11, but it is a lot more reliable now.
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 beedae36..d0b0765e 100644 --- a/libLumina/LuminaX11.h +++ b/libLumina/LuminaX11.h @@ -155,6 +155,7 @@ public: //Window Embedding/Detaching (for system tray) bool EmbedWindow(WId win, WId container); bool UnembedWindow(WId win); + //QPixmap GetTrayIconPixmap(WId win); }; |