X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Fdemo.c;h=e73a1f5eff9edda994d7d83d3567bcafed76bba3;hp=bec72e0e8a4bf52185bc086063712cff504ae1e8;hb=0ed85ca0e4b0eae40a4f50a51d63f2f41e45373a;hpb=72c1f4c1dc6ab07fe121a327ff1c30bf51ef74c1 diff --git a/driver/demo.c b/driver/demo.c index bec72e0e..e73a1f5e 100644 --- a/driver/demo.c +++ b/driver/demo.c @@ -461,7 +461,7 @@ text_cb (WIDGET text_widget, POINTER client_data, POINTER call_data) #endif /* HAVE_ATHENA */ if (save) - write_init_file (p, short_version); + write_init_file (p, short_version, p->verbose_p); XSync (dpy, False); usleep (500000); /* give the disk time to settle down */ @@ -661,7 +661,7 @@ quit_cb CB_ARGS(WIDGET button, POINTER client_data, POINTER ignored) static void restart_cb CB_ARGS(WIDGET button, POINTER client_data, POINTER ignored) { - xscreensaver_command (widget_display (button), XA_RESTART, 0, False); + xscreensaver_command (widget_display (button), XA_RESTART, 0, False, NULL); } @@ -968,7 +968,7 @@ prefs_ok_cb CB_ARGS(WIDGET button, POINTER client_data, POINTER call_data) p->unfade_p = p2->unfade_p; p->lock_p = p2->lock_p; - write_init_file (p, short_version); + write_init_file (p, short_version, p->verbose_p); } @@ -1090,7 +1090,7 @@ static void run_hack (Display *dpy, int n) { if (n <= 0) abort(); - xscreensaver_command (dpy, XA_DEMO, n, False); + xscreensaver_command (dpy, XA_DEMO, n, False, NULL); }