diff options
| author | Simon Rettberg | 2021-04-06 14:43:39 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2021-04-07 13:38:37 +0200 |
| commit | 38886de0c3e9ea5729ef23e4c653fa2822f52e8f (patch) | |
| tree | 9b799c8c968a92cc77746a95e0e8bdd90b6b13c3 /utils/grabscreen.h | |
| parent | Maybe not remove, but ... (diff) | |
| download | xscreensaver-28r1.tar.gz xscreensaver-28r1.tar.xz xscreensaver-28r1.zip | |
Diffstat (limited to 'utils/grabscreen.h')
| -rw-r--r-- | utils/grabscreen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/grabscreen.h b/utils/grabscreen.h index 40054c8..a17e671 100644 --- a/utils/grabscreen.h +++ b/utils/grabscreen.h @@ -92,14 +92,14 @@ extern Bool osx_load_image_file (Screen *, Window, Drawable, const char *filename, XRectangle *geom_ret); #endif /* HAVE_JWXYZ */ -#ifdef USE_IPHONE +#ifdef HAVE_IPHONE extern void ios_load_random_image (void (*callback) (void *uiimage, const char *filename, int w, int h, void *closure), void *closure, int width, int height); -#endif /* USE_IPHONE */ +#endif /* HAVE_IPHONE */ #ifdef HAVE_ANDROID char *jwxyz_draw_random_image (Display *dpy, /* utils/grabclient.c */ |
