X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2Fgrabscreen.h;h=97c46a77ca309b216df0fbb0f9f1880c9e7d4760;hp=2f680e0fc5214b0b1d2ec0ab85d362097330d920;hb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;hpb=ec8d2b32b63649e6d32bdfb306eda062769af823 diff --git a/utils/grabscreen.h b/utils/grabscreen.h index 2f680e0f..97c46a77 100644 --- a/utils/grabscreen.h +++ b/utils/grabscreen.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1992-2006 Jamie Zawinski +/* xscreensaver, Copyright (c) 1992-2012 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -86,7 +86,8 @@ extern void grabscreen_verbose (void); #ifdef HAVE_COCOA /* Don't use these: internal interface of grabclient.c. */ -extern void osx_grab_desktop_image (Screen *, Window, Drawable); +extern Bool osx_grab_desktop_image (Screen *, Window, Drawable, + XRectangle *geom_ret); extern Bool osx_load_image_file (Screen *, Window, Drawable, const char *filename, XRectangle *geom_ret); #endif /* HAVE_COCOA */