From c21de570e101058c5f1c4c5973a96df5a9bf62b2 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 07 Oct 2003 12:51:21 +0000 Subject: -Kill stupid define which sets QWS_SIZE to 240x320 -Include built-in shutdown only if OPIE_NO_BUILTIN_SHUTDOWN is defined --- diff --git a/core/launcher/main.cpp b/core/launcher/main.cpp index ad40536..74965df 100644 --- a/core/launcher/main.cpp +++ b/core/launcher/main.cpp @@ -160,7 +160,7 @@ void initEnvironment() config.writeEntry("Language", lang); config.write(); -#if !defined(QT_QWS_CASSIOPEIA) && !defined(QT_QWS_IPAQ) && !defined(QT_QWS_SL5XXX) +#if 0 setenv( "QWS_SIZE", "240x320", 0 ); #endif diff --git a/core/launcher/server.cpp b/core/launcher/server.cpp index 450d8e5..4c62b78 100644 --- a/core/launcher/server.cpp +++ b/core/launcher/server.cpp @@ -110,7 +110,7 @@ static Global::Command builtins[] = { #if defined(QPE_NEED_CALIBRATION) { "calibrate", calibrate, 1, 0 }, // No tr #endif -#if !defined(QT_QWS_CASSIOPEIA) +#if !defined(OPIE_NO_BUILTIN_SHUTDOWN) { "shutdown", Global::shutdown, 1, 0 }, // No tr // { "run", run, 1, 0 }, // No tr #endif -- cgit v0.9.0.2