X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=jwxyz%2Fjwxyz-cocoa.m;h=10da646f92a81e3b0b0856480b8a1a2b8c338242;hp=3b6bf4119f03ebfe297c7353d1e6e2bb360839a8;hb=d6b0217f2417bd19187f0ebc389d6c5c2233b11c;hpb=aa75c7476aeaa84cf3abc192b376a8b03c325213 diff --git a/jwxyz/jwxyz-cocoa.m b/jwxyz/jwxyz-cocoa.m index 3b6bf411..10da646f 100644 --- a/jwxyz/jwxyz-cocoa.m +++ b/jwxyz/jwxyz-cocoa.m @@ -31,6 +31,13 @@ /* OS X/iOS-specific JWXYZ implementation. */ +void +jwxyz_logv (Bool error, const char *fmt, va_list args) +{ + vfprintf (stderr, fmt, args); + fputc ('\n', stderr); +} + /* Instead of calling abort(), throw a real exception, so that XScreenSaverView can catch it and display a dialog. */