Changeset 30288 in vbox
- Timestamp:
- Jun 17, 2010 4:19:41 PM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 2 edited
-
VBoxDefs.cpp (modified) (2 diffs)
-
VBoxDefs.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxDefs.cpp
r30024 r30288 7 7 8 8 /* 9 * Copyright (C) 2006-20 07Oracle Corporation9 * Copyright (C) 2006-2010 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 18 18 */ 19 19 20 /* Local includes */ 20 21 #include <VBoxDefs.h> 21 22 const QUuid QUuid_null;23 22 24 23 const char* VBoxDefs::GUI_LastWindowPosition = "GUI/LastWindowPostion"; -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxDefs.h
r30024 r30288 46 46 #define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0])) 47 47 #endif 48 49 #if defined (VBOX_GUI_USE_QIMAGE) || \50 defined (VBOX_GUI_USE_SDL) || \51 defined (VBOX_GUI_USE_DDRAW)52 #if !defined (VBOX_GUI_USE_EXT_FRAMEBUFFER)53 #define VBOX_GUI_USE_EXT_FRAMEBUFFER54 #endif55 #else56 #if defined (VBOX_GUI_USE_EXT_FRAMEBUFFER)57 #undef VBOX_GUI_USE_EXT_FRAMEBUFFER58 #endif59 #endif60 61 /** Null UUID constant to be used as a default value for reference parameters */62 extern const QUuid QUuid_null;63 48 64 49 /** Common namespace for all enums */ … … 197 182 #define MAC_LEOPARD_STYLE defined(Q_WS_MAC) && (QT_VERSION >= 0x040300) 198 183 199 #endif / / __VBoxDefs_h__184 #endif /* __VBoxDefs_h__ */ 200 185
Note:
See TracChangeset
for help on using the changeset viewer.

