tizen 2.4 release
[framework/uifw/e17-mod-tizen-devicemgr.git] / src / virt_monitor_devicemgr.h
1 #ifndef VIRT_MONITOR_DEVICEMGR_H
2 #define VIRT_MONITOR_DEVICEMGR_H
3
4 /* atom string */
5 #define STR_ATOM_VIRT_MONITOR_REQUEST "_VIRT_MONITOR_REQUEST"
6
7 /* virtual monitor command */
8 typedef enum
9 {
10     VM_REQ_NULL,         /* null */
11     VM_REQ_PLUG,         /* virtual monitor plugged */
12     VM_REQ_UNPLUG,       /* virtual monitor unplugged */
13 } VM_REQ;
14
15 #endif // VIRT_MONITOR_DEVICEMGR_H
16