summaryrefslogtreecommitdiff
path: root/GLwDrawA.c
diff options
context:
space:
mode:
Diffstat (limited to 'GLwDrawA.c')
-rw-r--r--GLwDrawA.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/GLwDrawA.c b/GLwDrawA.c
index b9ef47b..8ce12fb 100644
--- a/GLwDrawA.c
+++ b/GLwDrawA.c
@@ -474,7 +474,7 @@ static void Initialize(GLwDrawingAreaWidget req,GLwDrawingAreaWidget neww,ArgLis
/* fix size */
if(req->core.width==0) neww->core.width=100;
- if(req->core.height==0) neww->core.width=100;
+ if(req->core.height==0) neww->core.height=100;
/* create the attribute list if needed */
neww->glwDrawingArea.myList=FALSE;