]> git.pld-linux.org Git - packages/Mesa-libGLw.git/blame - glw-git.patch
- release 3 (by relup.sh)
[packages/Mesa-libGLw.git] / glw-git.patch
CommitLineData
df2d0490
JB
1From c4f7cdfd9d877ac6e476b3063b8248be40a86dee Mon Sep 17 00:00:00 2001
2From: Adam Jackson <ajax@redhat.com>
3Date: Wed, 23 Jan 2013 16:58:51 +0000
4Subject: Fix an obvious copypasta bug
5
6Signed-off-by: Adam Jackson <ajax@redhat.com>
7---
8diff --git a/GLwDrawA.c b/GLwDrawA.c
9index b9ef47b..8ce12fb 100644
10--- a/GLwDrawA.c
11+++ b/GLwDrawA.c
12@@ -474,7 +474,7 @@ static void Initialize(GLwDrawingAreaWidget req,GLwDrawingAreaWidget neww,ArgLis
13
14 /* fix size */
15 if(req->core.width==0) neww->core.width=100;
16- if(req->core.height==0) neww->core.width=100;
17+ if(req->core.height==0) neww->core.height=100;
18
19 /* create the attribute list if needed */
20 neww->glwDrawingArea.myList=FALSE;
21--
22cgit v0.9.0.2-2-gbebe
This page took 0.074702 seconds and 4 git commands to generate.