make Spin the default mode again
This commit is contained in:
parent
5cf3b3f34c
commit
040c7a9412
3
dwss.cc
3
dwss.cc
@ -32,7 +32,10 @@ static bool update (GnomeScreensaver & gs)
|
|||||||
|
|
||||||
static Mode *getMode(GnomeScreensaver & gs)
|
static Mode *getMode(GnomeScreensaver & gs)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
return new Starfield(gs);
|
return new Starfield(gs);
|
||||||
|
#endif
|
||||||
|
return new Spin();
|
||||||
}
|
}
|
||||||
|
|
||||||
int main (int argc, char *argv[])
|
int main (int argc, char *argv[])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user