X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fkumppa.c;h=2e2955bcdcd2f94576d3cc4857654c46345a29a7;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hp=44df19b41a34cc48854bfef81ec67e5535f27e59;hpb=4ade52359b6eba3621566dac79793a33aa4c915f;p=xscreensaver diff --git a/hacks/kumppa.c b/hacks/kumppa.c index 44df19b4..2e2955bc 100644 --- a/hacks/kumppa.c +++ b/hacks/kumppa.c @@ -49,13 +49,14 @@ from the X Consortium. static const char *kumppa_defaults [] ={ ".background: black", + ".lowrez: true", "*fpsSolid: true", "*speed: 0.1", "*delay: 10000", "*random: True", /* leave this off by default, since it slows things down. -- jwz. */ "*useDBE: False", -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE "*ignoreRotation: True", #endif 0 @@ -505,7 +506,7 @@ kumppa_reshape (Display *dpy, Window window, void *closure, { struct state *st = (struct state *) closure; st->sizx=w; - st->sizy=w; + st->sizy=h; st->midx=st->sizx>>1; st->midy=st->sizy>>1; st->stateX=0;