X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fgrab-ximage.h;h=215e950456479387e6a196d20dbfa60b660a28cb;hp=ba0e69949579d21ff813c3d1cf3027c923b96a41;hb=96a411663168b0ba5432b407a83be55f3df0c802;hpb=bbd0773f2adde4927a6196361d4061e70bf48cd9 diff --git a/hacks/glx/grab-ximage.h b/hacks/glx/grab-ximage.h index ba0e6994..215e9504 100644 --- a/hacks/glx/grab-ximage.h +++ b/hacks/glx/grab-ximage.h @@ -18,6 +18,7 @@ This XImage will be 32 bits per pixel, 8 each per R, G, and B, with the extra byte set to 0xFF. */ -XImage * screen_to_ximage (Screen *screen, Window window); +XImage * screen_to_ximage (Screen *screen, Window window, + char **filename_return); #endif /* __GRAB_XIMAGE_H__ */