start by copying windtk and dropping dirty rects and indexed colors master
authorJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 15 Feb 2022 18:05:51 +0000 (20:05 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 15 Feb 2022 18:05:51 +0000 (20:05 +0200)
commitfca98b08cfe4246ccdd11211476d8ab5dac7a56f
treefe50272c52b41531387e13837be44947109021df
start by copying windtk and dropping dirty rects and indexed colors
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
src/agimpl.h [new file with mode: 0644]
src/anigui.c [new file with mode: 0644]
src/anigui.h [new file with mode: 0644]
src/widget.c [new file with mode: 0644]
src/widget.h [new file with mode: 0644]
src/window.c [new file with mode: 0644]
test.c [new file with mode: 0644]