projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
393a625
)
xdemo case: Wei Wang's patch for bug#9759
author
Xiang, Haihao
<haihao.xiang@intel.com>
Tue, 14 Aug 2007 03:39:23 +0000
(11:39 +0800)
committer
Xiang, Haihao
<haihao.xiang@intel.com>
Tue, 14 Aug 2007 03:39:23 +0000
(11:39 +0800)
progs/xdemos/glxswapcontrol.c
patch
|
blob
|
history
diff --git
a/progs/xdemos/glxswapcontrol.c
b/progs/xdemos/glxswapcontrol.c
index d9be984be57be77e8dba3f532b31a5a4810ff574..e429d58ecc46fb5e827c49085c09ad21cb3d70a5 100644
(file)
--- a/
progs/xdemos/glxswapcontrol.c
+++ b/
progs/xdemos/glxswapcontrol.c
@@
-814,6
+814,11
@@
main(int argc, char *argv[])
init();
+ /* Set initial projection/viewing transformation.
+ * same as glxgears.c
+ */
+ reshape(300, 300);
+
event_loop(dpy, win);
glXDestroyContext(dpy, ctx);