#include "trayicon_x11.h"
#include <QApplication>
#include <QTimer>
#include <QX11Info>
#include <X11/Xatom.h>
#include <X11/Xlib.h>
Go to the source code of this file.
Defines | |
#define | SYSTEM_TRAY_REQUEST_DOCK 0 |
#define | SYSTEM_TRAY_BEGIN_MESSAGE 1 |
#define | SYSTEM_TRAY_CANCEL_MESSAGE 2 |
Definition in file trayicon_x11.cpp.
#define SYSTEM_TRAY_BEGIN_MESSAGE 1 |
Definition at line 58 of file trayicon_x11.cpp.
#define SYSTEM_TRAY_CANCEL_MESSAGE 2 |
Definition at line 59 of file trayicon_x11.cpp.
#define SYSTEM_TRAY_REQUEST_DOCK 0 |