X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fkumppa.c;h=2e2955bcdcd2f94576d3cc4857654c46345a29a7;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hp=b835f5bf9fa8f63896be7bd6df94858cec95cf5f;hpb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;p=xscreensaver diff --git a/hacks/kumppa.c b/hacks/kumppa.c index b835f5bf..2e2955bc 100644 --- a/hacks/kumppa.c +++ b/hacks/kumppa.c @@ -49,12 +49,16 @@ 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 HAVE_MOBILE + "*ignoreRotation: True", +#endif 0 }; @@ -502,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;