- Timestamp:
- Jan 20, 2022 6:11:54 PM (3 years ago)
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-helper-generic.cpp
r93370 r93375 26 26 #include <VBox/xrandr.h> 27 27 28 #include <iprt/err .h>28 #include <iprt/errcore.h> 29 29 #include <iprt/asm.h> 30 30 #include <iprt/thread.h> -
trunk/src/VBox/Additions/x11/VBoxClient/display-helper.h
r93370 r93375 17 17 */ 18 18 19 #ifndef GA_INCLUDED_SRC_x11_VBoxClient_ Display_Helper_h20 #define GA_INCLUDED_SRC_x11_VBoxClient_ Display_Helper_h19 #ifndef GA_INCLUDED_SRC_x11_VBoxClient_display_helper_h 20 #define GA_INCLUDED_SRC_x11_VBoxClient_display_helper_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 129 129 extern const VBCLDISPLAYHELPER g_DisplayHelperGeneric; 130 130 131 #endif /* !GA_INCLUDED_SRC_x11_VBoxClient_ Display_Helper_h */131 #endif /* !GA_INCLUDED_SRC_x11_VBoxClient_display_helper_h */ -
trunk/src/VBox/Additions/x11/VBoxClient/display-ipc.h
r93369 r93375 17 17 */ 18 18 19 #ifndef GA_INCLUDED_SRC_x11_VBoxClient_ Display_Ipc_h20 #define GA_INCLUDED_SRC_x11_VBoxClient_ Display_Ipc_h19 #ifndef GA_INCLUDED_SRC_x11_VBoxClient_display_ipc_h 20 #define GA_INCLUDED_SRC_x11_VBoxClient_display_ipc_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 230 230 RTDECL(int) vbDrmIpcReportDisplayOffsets(PVBOX_DRMIPC_CLIENT pClient, uint32_t cOffsets, RTPOINT *paOffsets); 231 231 232 #endif /* !GA_INCLUDED_SRC_x11_VBoxClient_ Display_Ipc_h */232 #endif /* !GA_INCLUDED_SRC_x11_VBoxClient_display_ipc_h */ -
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-session.cpp
r93371 r93375 54 54 #include <iprt/localipc.h> 55 55 #include <iprt/asm.h> 56 #include <iprt/err .h>56 #include <iprt/errcore.h> 57 57 #include <iprt/path.h> 58 58 #include <iprt/linux/sysfs.h>
Note:
See TracChangeset
for help on using the changeset viewer.