/[oroborus]/oroborus/src/events.c
ViewVC logotype

Diff of /oroborus/src/events.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by dreamind, Sat Feb 15 18:50:03 2003 UTC revision 1.36 by dreamind, Mon Feb 24 01:08:04 2003 UTC
# Line 526  handleConfigureRequest (XConfigureReques Line 526  handleConfigureRequest (XConfigureReques
526    
527    if (c)    if (c)
528      {      {
529        wc.x += frameLeft(c);        if (! c->above)
530        wc.y += frameTop(c);          {
531              wc.x += frameLeft(c);
532              wc.y += frameTop(c);
533            }
534        clientConfigure (c, &wc, ev->value_mask);        clientConfigure (c, &wc, ev->value_mask);
535      }      }
536    else    else

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26