checkpoint. more conversion to automake.

This commit is contained in:
crs
2002-06-19 11:23:49 +00:00
parent f85457c49f
commit 9c7e863d77
31 changed files with 328 additions and 270 deletions

View File

@@ -1353,9 +1353,9 @@ CServer::updatePrimaryClipboard(ClipboardID id)
}
// FIXME -- use factory to create screen
#if defined(CONFIG_PLATFORM_WIN32)
#if WINDOWS_LIKE
#include "CMSWindowsPrimaryScreen.h"
#elif defined(CONFIG_PLATFORM_UNIX)
#elif UNIX_LIKE
#include "CXWindowsPrimaryScreen.h"
#endif
void
@@ -1377,9 +1377,9 @@ CServer::openPrimaryScreen()
// open screen
log((CLOG_DEBUG1 "creating primary screen"));
#if defined(CONFIG_PLATFORM_WIN32)
#if WINDOWS_LIKE
m_primary = new CMSWindowsPrimaryScreen;
#elif defined(CONFIG_PLATFORM_UNIX)
#elif UNIX_LIKE
m_primary = new CXWindowsPrimaryScreen;
#endif
log((CLOG_DEBUG1 "opening primary screen"));