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