Changeset 41611 in vbox
- Timestamp:
- Jun 7, 2012 1:01:57 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78405
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/UIMediumTypeChangeDialog.h
r41587 r41611 26 26 /* COM includes: */ 27 27 #include "COMEnums.h" 28 #include "CProgress.h"29 #include "CMediumFormat.h"30 28 #include "CMedium.h" 31 29 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r41610 r41611 34 34 35 35 /* COM includes: */ 36 #include "CSession.h" 36 37 #include "CConsole.h" 37 38 #include "CMachine.h" -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h
r41587 r41611 20 20 #if defined (VBOX_GUI_USE_QGL) || defined(VBOX_WITH_VIDEOHWACCEL) 21 21 22 /* Defines: */ 22 23 //#define VBOXQGL_PROF_BASE 1 23 24 //#define VBOXQGL_DBG_SURF 1 24 25 25 //#define VBOXVHWADBG_RENDERCHECK 26 #define VBOXVHWA_ALLOW_PRIMARY_AND_OVERLAY_ONLY 1 26 27 27 28 /* Qt includes: */ … … 33 34 /* COM includes: */ 34 35 #include "COMEnums.h" 35 #include "CSession.h"36 36 37 37 /* Other VBox includes: */ … … 41 41 #include <iprt/err.h> 42 42 #include <VBox/VBoxGL2D.h> 43 44 #define VBOXVHWA_ALLOW_PRIMARY_AND_OVERLAY_ONLY 1 43 #ifdef VBOXVHWA_PROFILE_FPS 44 # include <iprt/stream.h> 45 #endif /* VBOXVHWA_PROFILE_FPS */ 45 46 46 47 #ifdef DEBUG_misha 47 48 # define VBOXVHWA_PROFILE_FPS 48 #endif 49 50 #ifdef VBOXVHWA_PROFILE_FPS 51 # include <iprt/stream.h> 52 #endif 49 #endif /* DEBUG_misha */ 50 51 /* Forward declarations: */ 52 class CSession; 53 53 54 54 #ifdef DEBUG … … 71 71 }; 72 72 73 #endif 73 #endif /* DEBUG */ 74 74 75 75 class VBoxVHWASettings -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp
r41587 r41611 50 50 /* COM includes: */ 51 51 #include "COMEnums.h" 52 #include "CMediumFormat.h" 52 53 #include "CStorageController.h" 53 54 #include "CMediumAttachment.h"
Note:
See TracChangeset
for help on using the changeset viewer.