mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@6366 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b219ba0db1
commit
cdec491857
2 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue