diff options
Diffstat (limited to 'monitor.h')
| -rw-r--r-- | monitor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/monitor.h b/monitor.h index 0d498006f8..5f4de1b3da 100644 --- a/monitor.h +++ b/monitor.h @@ -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; |