X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fpetri.c;h=97299d65073154fed5362aa9f4db5f08d231182f;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=860d0349e95e39cb28a293f2f77086e6641bba77;hpb=50be9bb40dc60130c99ffa568e6677779904ff70;p=xscreensaver diff --git a/hacks/petri.c b/hacks/petri.c index 860d0349..97299d65 100644 --- a/hacks/petri.c +++ b/hacks/petri.c @@ -141,7 +141,7 @@ static void setup_random_colormap (struct state *st, XWindowAttributes *xgwa) colors[0].pixel = get_pixel_resource (st->dpy, xgwa->colormap, "background", "Background"); - make_random_colormap (st->dpy, xgwa->visual, xgwa->colormap, + make_random_colormap (xgwa->screen, xgwa->visual, xgwa->colormap, colors+1, &ncolors, True, True, 0, True); if (ncolors < 1) { @@ -732,6 +732,9 @@ static const char *petri_defaults [] = { "*originalcolors: false", "*memThrottle: 22M", /* don't malloc more than this much. Scale the pixels up if necessary. */ +#ifdef HAVE_MOBILE + "*ignoreRotation: True", +#endif 0 };