|
|
@ -28,13 +28,13 @@ static const char appName[] = "klock";
|
|
|
|
static const char description[] = I18N_NOOP("TDE Screen Lock/Saver");
|
|
|
|
static const char description[] = I18N_NOOP("TDE Screen Lock/Saver");
|
|
|
|
static const char version[] = "2.0.0";
|
|
|
|
static const char version[] = "2.0.0";
|
|
|
|
|
|
|
|
|
|
|
|
static const KCmdLineOptions options[] =
|
|
|
|
static const TDECmdLineOptions options[] =
|
|
|
|
{
|
|
|
|
{
|
|
|
|
{ "setup", I18N_NOOP("Setup screen saver"), 0 },
|
|
|
|
{ "setup", I18N_NOOP("Setup screen saver"), 0 },
|
|
|
|
{ "window-id wid", I18N_NOOP("Run in the specified XWindow"), 0 },
|
|
|
|
{ "window-id wid", I18N_NOOP("Run in the specified XWindow"), 0 },
|
|
|
|
{ "root", I18N_NOOP("Run in the root XWindow"), 0 },
|
|
|
|
{ "root", I18N_NOOP("Run in the root XWindow"), 0 },
|
|
|
|
{ "demo", I18N_NOOP("Start screen saver in demo mode"), "default"},
|
|
|
|
{ "demo", I18N_NOOP("Start screen saver in demo mode"), "default"},
|
|
|
|
KCmdLineLastOption
|
|
|
|
TDECmdLineLastOption
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
static void crashHandler( int /*sig*/ )
|
|
|
|
static void crashHandler( int /*sig*/ )
|
|
|
|