Changeset 99549 in vbox for trunk/src/VBox/Frontends/VBoxBFE/Display.h
- Timestamp:
- Apr 27, 2023 12:48:53 PM (20 months ago)
- File:
-
- 1 edited
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);
Note:
See TracChangeset
for help on using the changeset viewer.