/[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.47 by dreamind, Tue Feb 11 23:06:44 2003 UTC revision 1.48 by dreamind, Thu Feb 13 21:11:45 2003 UTC
# Line 1057  clientSetFocus (Client * c, int sort) Line 1057  clientSetFocus (Client * c, int sort)
1057                  {                  {
1058                          XSetInputFocus (dpy, gnome_win, RevertToNone, CurrentTime);                          XSetInputFocus (dpy, gnome_win, RevertToNone, CurrentTime);
1059                          setFocusHint (None);                          setFocusHint (None);
1060                            for (tmp = clients, i = 0; i < client_count; tmp = tmp->next, i++)
1061                                    if (c != tmp && tmp && tmp->win_workspace == workspace && tmp->focus)
1062                                            {
1063                                                    if (tmp->focus)
1064                                                            {
1065                                                                    tmp->focus = False;
1066                                                                    frameDraw(tmp);
1067                                                            }
1068                                            }
1069                  }                  }
1070  }  }
1071    
# Line 1633  clientCycle (Client * c) Line 1642  clientCycle (Client * c)
1642                          return;                          return;
1643                  }                  }
1644    
         c->focus = False;  
   
1645          c2 = clientGetNext (c2, INCLUDE_HIDDEN);          c2 = clientGetNext (c2, INCLUDE_HIDDEN);
1646          if (!c2)          if (!c2)
1647                  cycling = False;                  cycling = False;

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

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