diff options
Diffstat (limited to 'iup/test/glcanvas_cube.c')
-rwxr-xr-x | iup/test/glcanvas_cube.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iup/test/glcanvas_cube.c b/iup/test/glcanvas_cube.c index 3bd5ec5..da1244d 100755 --- a/iup/test/glcanvas_cube.c +++ b/iup/test/glcanvas_cube.c @@ -203,7 +203,7 @@ void GLCanvasCubeTest(void) dlg = IupDialog(IupSetAttributes(IupFrame(box), "TITLE=Teste")); IupSetAttribute(dlg, "TITLE", "IupGLCanvas Test"); - IupSetAttribute(dlg, "COMPOSITED", "NO"); +// IupSetAttribute(dlg, "COMPOSITED", "YES"); IupMap(dlg); |