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

Diff of /oroborus/src/client.c

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

revision 1.43 by dreamind, Mon Feb 10 01:53:11 2003 UTC revision 1.44 by dreamind, Mon Feb 10 03:06:57 2003 UTC
# Line 519  clientFrame (Window w) Line 519  clientFrame (Window w)
519    
520          c->ignore_unmap = attr.map_state == IsViewable ? 1 : 0;          c->ignore_unmap = attr.map_state == IsViewable ? 1 : 0;
521          c->focus = False;          c->focus = False;
522            c->not_warp_to_next = False;
523    
524          getWindowName (dpy, c->window, &c->name);          getWindowName (dpy, c->window, &c->name);
525    
526          mwm_hints = getMotifHints (c->window);          mwm_hints = getMotifHints (c->window);
# Line 1777  clientButtonPress (Client * c, Window w, Line 1779  clientButtonPress (Client * c, Window w,
1779                                          if (bev->button == Button3)                                          if (bev->button == Button3)
1780                                                  clientKill (c);                                                  clientKill (c);
1781                                          else                                          else
1782                                                  clientClose (c);                                                  {
1783                                                            c->not_warp_to_next = True;
1784                                                            clientClose (c);
1785                                                    }
1786                                          break;                                          break;
1787                                  case MAXIMIZE_BUTTON:                                  case MAXIMIZE_BUTTON:
1788                                          if (bev->button == Button1)                                          if (bev->button == Button1)

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

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