summaryrefslogtreecommitdiffstats
path: root/jwxyz/jwxyz-image.c
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-06 14:23:46 +0200
committerSimon Rettberg2021-04-06 14:23:46 +0200
commit26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9 (patch)
treea51e1637554bcd84e63cccb1cb220c898a2c4ee8 /jwxyz/jwxyz-image.c
parent5.44 (diff)
downloadxscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.tar.gz
xscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.tar.xz
xscreensaver-26b6e4255d4b9ff79a6dca10de5bec7bfc8691f9.zip
xscreensaver 6.00
Diffstat (limited to 'jwxyz/jwxyz-image.c')
-rw-r--r--jwxyz/jwxyz-image.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/jwxyz/jwxyz-image.c b/jwxyz/jwxyz-image.c
index b1b3332..dc644ee 100644
--- a/jwxyz/jwxyz-image.c
+++ b/jwxyz/jwxyz-image.c
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1991-2018 Jamie Zawinski <jwz@jwz.org>
+/* xscreensaver, Copyright (c) 1991-2020 Jamie Zawinski <jwz@jwz.org>
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
@@ -11,11 +11,11 @@
/* JWXYZ Is Not Xlib.
- But it's a bunch of function definitions that bear some resemblance to
- Xlib and that do things to an XImage that bear some resemblance to the
- things that Xlib might have done.
+ Pixmaps implemented in CPU RAM, for Android OpenGL hacks.
+ Renders into an XImage, basically.
- This handles things when jwxyz-gl.c can't.
+ See the comment at the top of jwxyz-common.c for an explanation of
+ the division of labor between these various modules.
*/
#ifdef HAVE_CONFIG_H