summaryrefslogtreecommitdiff
path: root/iup/test/glcanvas_cube.c
diff options
context:
space:
mode:
Diffstat (limited to 'iup/test/glcanvas_cube.c')
-rwxr-xr-xiup/test/glcanvas_cube.c2
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);