summaryrefslogtreecommitdiff
path: root/common/glwindow.h
diff options
context:
space:
mode:
authorleo2001-01-28 23:22:26 +0000
committerleo2001-01-28 23:22:26 +0000
commit07636fc79aa7bcc76746e742925593ff085f076e (patch)
treeebe34125886b438c2a7ee1d494c94f2948499065 /common/glwindow.h
parentd6421347150ba0aadfeb30399c9a4bdbdfeb619b (diff)
Minor fixes
git-svn-id: http://svn.leocad.org/trunk@234 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/glwindow.h')
-rw-r--r--common/glwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/glwindow.h b/common/glwindow.h
index 3354884..8559c4b 100644
--- a/common/glwindow.h
+++ b/common/glwindow.h
@@ -17,6 +17,8 @@ class GLWindow
{ return m_nWidth; }
int GetHeight () const
{ return m_nHeight; }
+ void* GetData () const
+ { return m_pData; }
virtual void OnDraw () { };
virtual void OnSize (int cx, int cy)