X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fmoire2.c;h=61d68c7081c5f425aa3a17c55b8c0a5e04f249d1;hp=463478c674a6429287cf4e92dd2c131e646ec5e7;hb=c6b273ef7292ba10943694df1656b05203d7b62f;hpb=df053bcb240bd8d82e3bebf48a9766a8728bca4b diff --git a/hacks/moire2.c b/hacks/moire2.c index 463478c6..61d68c70 100644 --- a/hacks/moire2.c +++ b/hacks/moire2.c @@ -13,7 +13,7 @@ #include #include -static int ncolors, color_shift; +static int ncolors; static XColor *colors = 0; static int fg_pixel, bg_pixel; static Pixmap p0 = 0, p1 = 0, p2 = 0, p3 = 0; @@ -207,8 +207,8 @@ moire2 (Display *dpy, Window window) char *progclass = "Moire2"; char *defaults [] = { - "Moire2.background: black", /* to placate SGI */ - "Moire2.foreground: white", + "*background: black", + "*foreground: white", "*delay: 50000", "*thickness: 0", "*colors: 150",