VirtualBox

Ignore:
Timestamp:
Jan 23, 2008 6:30:01 AM (17 years ago)
Author:
vboxsync
Message:

Additions (X11): renamed LINUX_SEAMLESS_GUEST to VBOX_X11_SEAMLESS_GUEST and SEAMLESS_LINUX to SEAMLESS_X11

Location:
trunk/src/VBox/Additions/x11/xclient
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/xclient/Makefile.kmk

    r6356 r6459  
    3030vboxadd-xclient_DEFS    += VBOX_X11_CLIPBOARD
    3131
    32 ifdef LINUX_SEAMLESS_GUEST
     32ifdef VBOX_X11_SEAMLESS_GUEST
    3333 vboxadd-xclient_SOURCES += \
    3434                 seamless-host.cpp \
     
    4949vboxadd-xclient_DEFS    += _GNU_SOURCE VBOX_HGCM
    5050
    51 ifdef LINUX_SEAMLESS_GUEST
    52  vboxadd-xclient_DEFS     += SEAMLESS_LINUX
     51ifdef VBOX_X11_SEAMLESS_GUEST
     52 vboxadd-xclient_DEFS     += SEAMLESS_X11
    5353endif
    5454
     
    6060        $(QUIET)ln -sf `$(TOOL_$(VBOX_GCC32_TOOL)_CXX) -print-file-name=libstdc++.a` $@ || cp `$(TOOL_$(VBOX_GCC32_TOOL)_CXX) -print-file-name=libstdc++.a` $@
    6161
    62 ifdef LINUX_SEAMLESS_GUEST
     62ifdef VBOX_X11_SEAMLESS_GUEST
    6363 ifdef VBOX_WITH_TESTCASES
    6464 # Additional testcase designed to be run manually, which initiates and starts the Linux
  • trunk/src/VBox/Additions/x11/xclient/main.cpp

    r6445 r6459  
    3535#include "clipboard.h"
    3636
    37 #ifdef SEAMLESS_LINUX
     37#ifdef SEAMLESS_X11
    3838# include "seamless.h"
    3939#endif
     
    7373{
    7474    int rc;
    75 #ifdef SEAMLESS_LINUX
     75#ifdef SEAMLESS_X11
    7676    /** Our instance of the seamless class. */
    7777    VBoxGuestSeamless seamless;
     
    144144    }
    145145#endif  /* VBOX_X11_CLIPBOARD defined */
    146 #ifdef SEAMLESS_LINUX
     146#ifdef SEAMLESS_X11
    147147    try
    148148    {
     
    164164        rc = VERR_UNRESOLVED_ERROR;
    165165    }
    166 #endif /* SEAMLESS_LINUX defined */
     166#endif /* SEAMLESS_X11 defined */
    167167#ifdef VBOX_X11_CLIPBOARD
    168168    LogRel(("VBoxService: connecting to the shared clipboard service.\n"));
     
    174174    LogRel(("VBoxService: exiting...\n"));
    175175#endif  /* VBOX_X11_CLIPBOARD not defined */
    176 #ifdef SEAMLESS_LINUX
     176#ifdef SEAMLESS_X11
    177177    try
    178178    {
     
    189189        rc = VERR_UNRESOLVED_ERROR;
    190190    }
    191 #endif /* SEAMLESS_LINUX defined */
     191#endif /* SEAMLESS_X11 defined */
    192192    return rc;
    193193}
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