mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlLib: Another TrayIcon fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1946 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
dc2395f828
commit
299a13f262
1 changed files with 3 additions and 4 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
#define LLOG(x) // LOG(x)
|
||||
|
||||
#ifdef PLATFORM_X11
|
||||
|
||||
#if !defined(flagNOGTK)
|
||||
#include <glib.h>
|
||||
#include <libnotify/notify.h>
|
||||
|
|
@ -9,8 +11,6 @@
|
|||
|
||||
NAMESPACE_UPP
|
||||
|
||||
#ifdef PLATFORM_X11
|
||||
|
||||
Atom TraySelection()
|
||||
{
|
||||
return XAtom(Format("_NET_SYSTEM_TRAY_S%d", Xscreenno));
|
||||
|
|
@ -225,7 +225,6 @@ void TrayIcon::BalloonTimeout()
|
|||
{
|
||||
}
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
||||
#endif
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue