Changeset 3807 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
- Timestamp:
- Jul 24, 2007 11:17:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
r3736 r3807 210 210 bool hostkey_in_capture : 1; 211 211 212 bool ignore_mainwnd_resize : 1;212 bool mIgnoreMainwndResize : 1; 213 213 bool mAutoresizeGuest : 1; 214 214 … … 248 248 #endif 249 249 250 VBoxFrameBuffer * fb;251 CConsoleCallback callback;250 VBoxFrameBuffer *mFrameBuf; 251 CConsoleCallback mCallback; 252 252 253 253 friend class VBoxConsoleCallback;
Note:
See TracChangeset
for help on using the changeset viewer.