diff options
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -41,6 +41,11 @@ typedef enum MonitorEvent { QEVENT_DEVICE_TRAY_MOVED, QEVENT_SUSPEND, QEVENT_WAKEUP, + QEVENT_BALLOON_CHANGE, + + /* Add to 'monitor_event_names' array in monitor.c when + * defining new events here */ + QEVENT_MAX, } MonitorEvent; |