.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@6366 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-09-17 13:25:44 +00:00
parent b219ba0db1
commit cdec491857
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ struct OpenGLExample : GLCtrl {
GLDraw w;
w.InitGL(sz);
w.Init(sz);
w.DrawRect(0, 0, sz.cx, sz.cy, SWhite);
w.DrawRect(10, 10, 30, 30, SRed);