Changeset 21609 in vbox for trunk/include/VBox
- Timestamp:
- Jul 15, 2009 2:01:56 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50128
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideo.h
r21553 r21609 276 276 * must not be cleared once set, the command completion is performed by issuing a host->guest completion command 277 277 * while keeping this flag unchanged */ 278 #define VBOXVHWACMD_FLAG_ASYNCH 0x00000001278 #define VBOXVHWACMD_FLAG_ASYNCH 0x00000001 279 279 /* asynch completion is performed by issuing the event */ 280 280 #define VBOXVHWACMD_FLAG_ASYNCH_EVENT 0x00000002 281 /* issue interrupt on asynch completion */ 282 #define VBOXVHWACMD_FLAG_ASYNCH_IRQ 0x00000004 281 283 282 284 typedef struct _VBOXVHWACMD
Note:
See TracChangeset
for help on using the changeset viewer.