Changeset 20699 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jun 18, 2009 8:47:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h
r20653 r20699 489 489 }; 490 490 491 typedef enum 492 { 493 VBOXQGL_OP_PAINT = 1, 494 VBOXQGL_OP_RESIZE, 495 VBOXQGL_OP_VHWACMD, 496 } VBOXQGL_OP_TYPE; 497 491 498 class VBoxGLWidget : public QGLWidget 492 499 {
Note:
See TracChangeset
for help on using the changeset viewer.