[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ros-diffs
Subject:    [ros-diffs] [CVS reactos] fixed calculation of the non-client-area
From:       weiden () osexperts ! com
Date:       2004-04-23 19:29:05
Message-ID: 20040423192905.3A3D843AA () mok ! osexperts ! com
[Download RAW message or body]

<html>
<head>
<style><!--
  body {background-color:#ffffff;}
  .file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
  .pathname {font-family:monospace; float:right;}
  .fileheader {margin-bottom:.5em;}
  .diff {margin:0;}
  .tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
  .tasklist ul {margin-top:0;margin-bottom:0;}
  tr.alt {background-color:#eeeeee}
  #added {background-color:#ddffdd;}
  #addedchars {background-color:#99ff99;font-weight:bolder;}
  tr.alt #added {background-color:#ccf7cc;}
  #removed {background-color:#ffdddd;}
  #removedchars {background-color:#ff9999;font-weight:bolder;}
  tr.alt #removed {background-color:#f7cccc;}
  #info {color:#888888;}
  #context {background-color:#eeeeee;}
  td {padding-left:.3em;padding-right:.3em;}
  tr.head {border-bottom-width:1px;border-bottom-style:solid;}
  tr.head td {padding:0;padding-top:.2em;}
  .task {background-color:#ffff00;}
  .comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
  .error {color:red;}
  hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in \
<b><tt>reactos/lib/user32/windows</tt></b><span id="info"> on MAIN</span></td></tr> \
<tr><td><tt><a href="#file1">nonclient.c</a></tt></td><td align="right" \
id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" \
align="center"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/user32/windows/nonclient.c?rev=1.53&amp;content-type=text/x-cvsweb-markup">1.53</a> \
<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/user32/windows/nonclient.c.diff?r1=text&amp;tr1=1.53&amp;r2=text&amp;tr2=1.54&amp;f=h">-&gt;</a> \
<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/user32/windows/nonclient.c?rev=1.54&amp;content-type=text/x-cvsweb-markup">1.54</a></td></tr>
 </table>
<pre class="comment">
fixed calculation of the non-client-area when WS_BORDER is set
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname"><a \
href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos">reactos</a>/<a \
href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib">lib</a>/<a \
href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/user32">user32</a>/<a \
href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/user32/windows">windows</a><br \
/></span> <div class="fileheader"><big><b>nonclient.c</b></big> <small id="info"><a \
href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/user32/windows/nonclient.c?rev=1.53&amp;content-type=text/x-cvsweb-markup">1.53</a> \
<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/user32/windows/nonclient.c.diff?r1=text&amp;tr1=1.53&amp;r2=text&amp;tr2=1.54&amp;f=h">-&gt;</a> \
<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/user32/windows/nonclient.c?rev=1.54&amp;content-type=text/x-cvsweb-markup">1.54</a></small></div>
 <pre class="diff"><small id="info">diff -u -r1.53 -r1.54
--- nonclient.c	17 Apr 2004 11:00:13 -0000	1.53
+++ nonclient.c	23 Apr 2004 19:29:04 -0000	1.54
@@ -543,7 +543,7 @@
</small></pre><pre class="diff" id="context">          UserGetWindowBorders(Style, \
ExStyle, &amp;WindowBorders, FALSE);  InflateRect(Rect, -WindowBorders.cx, \
-WindowBorders.cy);  } else
</pre><pre class="diff" id="removed">-      if (ExStyle &amp; WS_EX_STATICEDGE)
</pre><pre class="diff" id="added">+      if ((ExStyle &amp; WS_EX_STATICEDGE) || \
(Style &amp; WS_BORDER)) </pre><pre class="diff" id="context">       {
          InflateRect(Rect, -1, -1);
       }
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" \
title="commit -&gt; email">CVSspam</a> 0.2.8</small></center> </body></html>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic