]> git.mdlowis.com Git - proto/aos.git/commit
added window creation functions
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 30 Sep 2020 16:55:57 +0000 (12:55 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 30 Sep 2020 16:55:57 +0000 (12:55 -0400)
commitb1a0cffd75ab94f7e34566158e8fb4a45435ce28
tree4b12f9b6668ee2f6442cb3b313494dcb7ec740b0
parent0aedfed01cec3fdae2a6dc7b30c9eed929867037
added window creation functions
build.sh
inc/libui.h [new file with mode: 0644]
src/init.c [new file with mode: 0644]
src/libui/libui_impl.h [new file with mode: 0644]
src/libui/window_create.c [new file with mode: 0644]
src/libui/window_delete.c [new file with mode: 0644]
src/libui/window_hide.c [new file with mode: 0644]
src/libui/window_show.c [new file with mode: 0644]
src/shell.c [new file with mode: 0644]
tools/Binary
tools/Object