Adding files related to the `screenhack` API for X11 hacks.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Wed, 10 Mar 2021 09:38:09 +0000 (01:38 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Wed, 10 Mar 2021 09:38:09 +0000 (01:38 -0800)
commit3144ee8aa82b5c910158f07c2aeb0abdd64eaf9a
tree950ad4c3983c1068bd4f993983b95dec33074d74
Adding files related to the `screenhack` API for X11 hacks.
All files imported without modification from `xscreensaver-5.45.tar.gz`.
See file headers for license details.
57 files changed:
screenhack/aligned_malloc.c [new file with mode: 0644]
screenhack/aligned_malloc.h [new file with mode: 0644]
screenhack/alpha.c [new file with mode: 0644]
screenhack/alpha.h [new file with mode: 0644]
screenhack/colors.c [new file with mode: 0644]
screenhack/colors.h [new file with mode: 0644]
screenhack/erase.c [new file with mode: 0644]
screenhack/erase.h [new file with mode: 0644]
screenhack/fade.c [new file with mode: 0644]
screenhack/fade.h [new file with mode: 0644]
screenhack/font-retry.c [new file with mode: 0644]
screenhack/font-retry.h [new file with mode: 0644]
screenhack/fps.c [new file with mode: 0644]
screenhack/fps.h [new file with mode: 0644]
screenhack/fpsI.h [new file with mode: 0644]
screenhack/grabscreen.c [new file with mode: 0644]
screenhack/grabscreen.h [new file with mode: 0644]
screenhack/hsv.c [new file with mode: 0644]
screenhack/hsv.h [new file with mode: 0644]
screenhack/minixpm.c [new file with mode: 0644]
screenhack/minixpm.h [new file with mode: 0644]
screenhack/overlay.c [new file with mode: 0644]
screenhack/pow2.c [new file with mode: 0644]
screenhack/pow2.h [new file with mode: 0644]
screenhack/queue.h [new file with mode: 0644]
screenhack/resources.c [new file with mode: 0644]
screenhack/resources.h [new file with mode: 0644]
screenhack/screenhack.c [new file with mode: 0644]
screenhack/screenhack.h [new file with mode: 0644]
screenhack/screenhackI.h [new file with mode: 0644]
screenhack/spline.c [new file with mode: 0644]
screenhack/spline.h [new file with mode: 0644]
screenhack/textclient.c [new file with mode: 0644]
screenhack/textclient.h [new file with mode: 0644]
screenhack/thread_util.c [new file with mode: 0644]
screenhack/thread_util.h [new file with mode: 0644]
screenhack/usleep.c [new file with mode: 0644]
screenhack/usleep.h [new file with mode: 0644]
screenhack/utf8wc.c [new file with mode: 0644]
screenhack/utf8wc.h [new file with mode: 0644]
screenhack/utils.h [new file with mode: 0644]
screenhack/version.h [new file with mode: 0644]
screenhack/visual.c [new file with mode: 0644]
screenhack/visual.h [new file with mode: 0644]
screenhack/vroot.h [new file with mode: 0644]
screenhack/xdbe.c [new file with mode: 0644]
screenhack/xdbe.h [new file with mode: 0644]
screenhack/xft.c [new file with mode: 0644]
screenhack/xft.h [new file with mode: 0644]
screenhack/ximage-loader.c [new file with mode: 0644]
screenhack/ximage-loader.h [new file with mode: 0644]
screenhack/xmu.c [new file with mode: 0644]
screenhack/xmu.h [new file with mode: 0644]
screenhack/xshm.c [new file with mode: 0644]
screenhack/xshm.h [new file with mode: 0644]
screenhack/yarandom.c [new file with mode: 0644]
screenhack/yarandom.h [new file with mode: 0644]