- Timestamp:
- Apr 27, 2023 12:48:53 PM (17 months ago)
- Location:
- trunk/src/VBox/Frontends/VBoxBFE
- Files:
-
- 3 edited
-
Display.h (modified) (2 diffs)
-
Framebuffer.h (modified) (1 diff)
-
VBoxBFE.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/Display.h
r99546 r99549 29 29 #ifndef VBOX_INCLUDED_SRC_VBoxBFE_Display_h 30 30 #define VBOX_INCLUDED_SRC_VBoxBFE_Display_h 31 #ifndef RT_WITHOUT_PRAGMA_ONCE 32 # pragma once 33 #endif 31 34 32 35 #include <iprt/semaphore.h> … … 92 95 93 96 bool mfMachineRunning; 94 volatile bool fVGAResizing; 97 volatile bool fVGAResizing; 95 98 96 99 void handleResizeCompletedEMT (void); -
trunk/src/VBox/Frontends/VBoxBFE/Framebuffer.h
r99548 r99549 29 29 #ifndef VBOX_INCLUDED_SRC_VBoxBFE_Framebuffer_h 30 30 #define VBOX_INCLUDED_SRC_VBoxBFE_Framebuffer_h 31 #ifndef RT_WITHOUT_PRAGMA_ONCE 32 # pragma once 33 #endif 31 34 32 35 #include <VBox/types.h> -
trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
r99546 r99549 107 107 extern DECL_HIDDEN_DATA(RTSEMEVENT) g_EventSemSDLEvents; 108 108 extern DECL_HIDDEN_DATA(volatile int32_t) g_cNotifyUpdateEventsPending; 109 109 110 110 111 /*********************************************************************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.

