Changeset 76535 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Dec 30, 2018 6:17:14 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127837
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h
r70126 r76535 18 18 19 19 #ifndef ___vboxclient_vboxclient_h 20 # define ___vboxclient_vboxclient_h 20 #define ___vboxclient_vboxclient_h 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <VBox/log.h> -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h
r69500 r76535 19 19 20 20 #ifndef __Additions_linux_seamless_x11_h 21 # define __Additions_linux_seamless_x11_h 21 #define __Additions_linux_seamless_x11_h 22 #ifndef RT_WITHOUT_PRAGMA_ONCE 23 # pragma once 24 #endif 22 25 23 26 #include <VBox/log.h> -
trunk/src/VBox/Additions/x11/VBoxClient/seamless.h
r69500 r76535 18 18 19 19 #ifndef __Additions_client_seamless_host_h 20 # define __Additions_client_seamless_host_h 20 #define __Additions_client_seamless_host_h 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 # pragma once 23 #endif 21 24 22 25 #include <iprt/thread.h>
Note:
See TracChangeset
for help on using the changeset viewer.