view examples/Makefile.am @ 1412:3e80b5cf8da2

Testcase for redrawing image. There is a report from wycc that redrawing is not working for image (maybe other shapes). This testcase shows that he may forget to call redraw_changed() after updating transform matrix.
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 06 Apr 2011 10:44:15 +0800
parents 8deacb832530
children
line wrap: on
line source

if X_BACKEND
SUBDIRS = calculator tank drag
if SH_TEXT
SUBDIRS += svg2code_ex dynamic menu
endif
endif