/[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.45 by dreamind, Mon Feb 10 05:36:30 2003 UTC revision 1.46 by dreamind, Tue Feb 11 23:02:42 2003 UTC
# Line 305  clientGetTopMost (int layer) Line 305  clientGetTopMost (int layer)
305    
306  #ifdef DEBUG  #ifdef DEBUG
307          printf ("entering clientGetTopMost\n");          printf ("entering clientGetTopMost\n");
         if (!real)  
                 printf("not getting the real top.\n");  
         else  
                 printf("getting the real top.\n");  
308  #endif  #endif
309    
310          XQueryTree (dpy, root, &w1, &w2, &wins, &count);          XQueryTree (dpy, root, &w1, &w2, &wins, &count);
# Line 854  clientSetWorkspace (Client * c, int ws) Line 850  clientSetWorkspace (Client * c, int ws)
850  {  {
851  #ifdef DEBUG  #ifdef DEBUG
852          printf ("entering clientSetWorkspace\n");          printf ("entering clientSetWorkspace\n");
853          printf ("setting client (%#lx) to workspace %d\n", ws);          printf ("setting client (%#lx) to workspace %d\n", c, ws);
854  #endif  #endif
855    
856          if (c->win_workspace == ws)          if (c->win_workspace == ws)

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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