X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fgrab-ximage.h;h=ba0e69949579d21ff813c3d1cf3027c923b96a41;hp=4f1defff4dd4f330c765d0534bfec5c37dd19bf3;hb=40eacb5812ef7c0e3374fb139afbb4f5bc8bbfb5;hpb=2c902d6065f9856adf31e8540a94f1e42e68e905 diff --git a/hacks/glx/grab-ximage.h b/hacks/glx/grab-ximage.h index 4f1defff..ba0e6994 100644 --- a/hacks/glx/grab-ximage.h +++ b/hacks/glx/grab-ximage.h @@ -1,5 +1,5 @@ /* grab-ximage.c --- grab the screen to an XImage for use with OpenGL. - * xscreensaver, Copyright (c) 2001 Jamie Zawinski + * xscreensaver, Copyright (c) 2001, 2003 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 @@ -14,7 +14,7 @@ #define __GRAB_XIMAGE_H__ /* Returns an XImage structure containing an image of the desktop. - (As a side-effect, that image will be painted onto the given Window.) + (As a side-effect, that image *may* be painted onto the given Window.) This XImage will be 32 bits per pixel, 8 each per R, G, and B, with the extra byte set to 0xFF. */