Added a simple "draw" program
commit3280a6ebe447121c8907405a59dab8ad95d5c75f
authorJohann Haarhoff <johann@haarhoff.org.za>
Fri, 26 Mar 2010 20:18:34 +0000 (26 22:18 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 15 Apr 2010 20:17:49 +0000 (15 22:17 +0200)
tree4f6f7a5f8ef65bf307d40381cac011e19de2f178
parent4aeed8f6a6eb192b2ab5b326d492632bf812ff46
Added a simple "draw" program

This program is meant to serve as a frame for quickly testing cairo
code. This should be useful for people like me who are not yet too
familiar with cairo.

This should ultimately not be part of the wmaker tree, but I think it
is useful here while we are getting up to speed.
Makefile.am
configure.ac
test/cairo/Makefile.am [new file with mode: 0644]
test/cairo/draw.c [new file with mode: 0644]