<html>
<body>
  <div id="body" style="background-color:#ffffff;" >
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head" style="border-bottom-width:1px;border-bottom-style:solid;" ><td class="headtd" style="padding:0;padding-top:.2em;" colspan="4">Commit in <b><tt>lxdream/src/drivers</tt></b></td></tr>
<tr><td><tt><a href="#file1">video_gl.c</a></tt></td><td id="added" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ddffdd;" align="right">+1</td><td id="removed" class="headtd2" style="padding-left:.3em;padding-right:.3em; background-color:#ffdddd;" align="right">-1</td><td class="headtd2" style="padding-left:.3em;padding-right:.3em;" nowrap="nowrap">644f66135e94 -> 4baa34eee6fc</td></tr>
</table>
<pre class="comment" style="white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd;" >
Fix boundary of the first vertical gap in view
</pre>
<hr /><a name="file1" /><div class="file" style="border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;" >
<span class="pathname" style="font-family:monospace; float:right;" >lxdream/src/drivers</span><br />
<div class="fileheader" style="margin-bottom:.5em;" ><big><b>video_gl.c</b></big> <small id="info" style="color: #888888;" >644f66135e94 -> 4baa34eee6fc</small></div>
<pre class="diff" style="margin:0;" ><small id="info" style="color: #888888;" >--- lxdream/src/drivers/video_gl.c
+++ lxdream/src/drivers/video_gl.c
@@ -65,7 +65,7 @@
</small></pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         x2 -= x1;
         video_box.gap1[0].x = 0; video_box.gap1[0].y = 0;
         video_box.gap1[1].x = x1; video_box.gap1[1].y = 0;
</pre><pre id="removed" class="diff" style="margin:0; background-color:#ffdddd;" >-        video_box.gap1[2].x = x<span id="removedchars" style="background-color:#ff9999;font-weight:bolder;" >2</span>; video_box.gap1[2].y = video_height;
</pre><pre id="added" class="diff" style="margin:0; background-color:#ddffdd;" >+        video_box.gap1[2].x = x<span id="addedchars" style="background-color:#99ff99;font-weight:bolder;" >1</span>; video_box.gap1[2].y = video_height;
</pre><pre id="context" class="diff" style="margin:0; background-color:#eeeeee;" >         video_box.gap1[3].x = 0; video_box.gap1[3].y = video_height;
         video_box.gap2[0].x = x2; video_box.gap2[0].y = 0;
         video_box.gap2[1].x = video_width; video_box.gap2[1].y = 0;
</pre></div>
<center><small>Chaos Theory</small></center>
</div></body></html>