diff options
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ typedef enum MonitorEvent { QEVENT_BLOCK_JOB_COMPLETED, QEVENT_BLOCK_JOB_CANCELLED, QEVENT_DEVICE_TRAY_MOVED, + QEVENT_SUSPEND, + QEVENT_WAKEUP, QEVENT_MAX, } MonitorEvent; |