/[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.53 by dreamind, Sat Feb 15 18:50:03 2003 UTC revision 1.54 by dreamind, Sun Mar 9 20:36:49 2003 UTC
# Line 930  clientToggleAbove (Client * c) Line 930  clientToggleAbove (Client * c)
930    printf ("toggling client (%#lx)\n", c->window);    printf ("toggling client (%#lx)\n", c->window);
931  #endif  #endif
932    
933    (c->above) ? (c->above = False) : (c->above = True);    if(c->above)
934    c->win_layer = WIN_LAYER_ONTOP;      {
935          c->above = False;
936          c->win_layer = WIN_LAYER_NORMAL;
937        }
938      else
939        {
940          c->above = True;
941          c->win_layer = WIN_LAYER_ONTOP;
942        }
943      setGnomeHint(c->window, win_layer, c->win_layer);
944  }  }
945    
946  void  void

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

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