Changeset 22276 in vbox
- Timestamp:
- Aug 16, 2009 7:04:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h
r22262 r22276 177 177 const QRect & rect() const {return mRect;} 178 178 struct _VBOXVHWACMD * vhwaCmd() const {return u.mpCmd;} 179 const VBOXVHWACALLBACKINFO & op() const {return u.mCallback; } 179 180 180 181 private: … … 1337 1338 ulong mPixelFormat; 1338 1339 bool mUsesGuestVRAM; 1339 bool mVGASurfCreated;1340 uint32_t mcVGASurfCreated; 1340 1341 1341 1342 RTCRITSECT mCritSect;
Note:
See TracChangeset
for help on using the changeset viewer.