VirtualBox

Changeset 93375 in vbox for trunk


Ignore:
Timestamp:
Jan 20, 2022 6:11:54 PM (3 years ago)
Author:
vboxsync
Message:

Additions: Linux: scm fixes, bugref:10134.

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  
    2626#include <VBox/xrandr.h>
    2727
    28 #include <iprt/err.h>
     28#include <iprt/errcore.h>
    2929#include <iprt/asm.h>
    3030#include <iprt/thread.h>
  • trunk/src/VBox/Additions/x11/VBoxClient/display-helper.h

    r93370 r93375  
    1717 */
    1818
    19 #ifndef GA_INCLUDED_SRC_x11_VBoxClient_Display_Helper_h
    20 #define GA_INCLUDED_SRC_x11_VBoxClient_Display_Helper_h
     19#ifndef GA_INCLUDED_SRC_x11_VBoxClient_display_helper_h
     20#define GA_INCLUDED_SRC_x11_VBoxClient_display_helper_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    129129extern const VBCLDISPLAYHELPER g_DisplayHelperGeneric;
    130130
    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  
    1717 */
    1818
    19 #ifndef GA_INCLUDED_SRC_x11_VBoxClient_Display_Ipc_h
    20 #define GA_INCLUDED_SRC_x11_VBoxClient_Display_Ipc_h
     19#ifndef GA_INCLUDED_SRC_x11_VBoxClient_display_ipc_h
     20#define GA_INCLUDED_SRC_x11_VBoxClient_display_ipc_h
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
     
    230230RTDECL(int) vbDrmIpcReportDisplayOffsets(PVBOX_DRMIPC_CLIENT pClient, uint32_t cOffsets, RTPOINT *paOffsets);
    231231
    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  
    5454#include <iprt/localipc.h>
    5555#include <iprt/asm.h>
    56 #include <iprt/err.h>
     56#include <iprt/errcore.h>
    5757#include <iprt/path.h>
    5858#include <iprt/linux/sysfs.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette