aboutsummaryrefslogtreecommitdiff
path: root/libLumina/LuminaX11.h
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-03-27 14:29:03 -0400
committerKen Moore <ken@pcbsd.org>2015-03-27 14:29:03 -0400
commitf6c1de2b36756803800199cf9c80a135de1a7a51 (patch)
tree0396afa6cd57fd2a945cb9068ab249fe469135fc /libLumina/LuminaX11.h
parentUpdate the system tray Embed/Unembed routines to use the XCB library instead ... (diff)
downloadlumina-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.h1
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);
};
bgstack15