X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fmirrorblob.c;h=b5a9275602478c7d2a553d1f2d84856ac5dfb82d;hp=6c721c2a0d5bcdc99c01f9c5c1859dbf15a37383;hb=447db08c956099b3b183886729108bf5b364c4b8;hpb=2d04c4f22466851aedb6ed0f2919d148f726b889 diff --git a/hacks/glx/mirrorblob.c b/hacks/glx/mirrorblob.c index 6c721c2a..b5a92756 100644 --- a/hacks/glx/mirrorblob.c +++ b/hacks/glx/mirrorblob.c @@ -63,25 +63,9 @@ #define DEF_FADE_TIME "5" #define DEFAULTS \ - "*delay: " DEF_DELAY "\n" \ - "*showFPS: " DEF_FPS "\n" \ - "*wire: " DEF_WIRE "\n" \ - "*blend: " DEF_BLEND "\n" \ - "*fog: " DEF_FOG "\n" \ - "*antialias: " DEF_ANTIALIAS "\n" \ - "*walls: " DEF_WALLS "\n" \ - "*colour : " DEF_COLOUR "\n" \ - "*texture: " DEF_TEXTURE "\n" \ - "*offset_texture: " DEF_OFFSET_TEXTURE "\n" \ - "*paint_background: " DEF_PAINT_BACKGROUND "\n" \ - "*x_resolution: " DEF_X_RES "\n" \ - "*y_resolution: " DEF_Y_RES "\n" \ - "*field_points: " DEF_FIELD_POINTS "\n" \ - "*motion_blur: " DEF_MOTION_BLUR "\n" \ - "*incremental: " DEF_INCREMENTAL "\n" \ - "*hold_time: " DEF_HOLD_TIME "\n" \ - "*fade_time: " DEF_FADE_TIME "\n" \ - "*useSHM: True \n" + "*delay: " DEF_DELAY "\n" \ + "*showFPS: " DEF_FPS "\n" \ + "*useSHM: True \n" # include "xlockmore.h" /* from the xscreensaver distribution */ #else /* !STANDALONE */