/[antiright]/antiright/src/wmar/wmar.c
ViewVC logotype

Diff of /antiright/src/wmar/wmar.c

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

revision 1.5 by jefbed, Sat Jul 2 00:57:20 2005 UTC revision 1.6 by jefbed, Thu Jul 7 04:34:16 2005 UTC
# Line 85  arshell_set_foreground(int red, int gree Line 85  arshell_set_foreground(int red, int gree
85  void  void
86  draw_button(int x, int y, int width, int height, char *text)  draw_button(int x, int y, int width, int height, char *text)
87  {  {
88    arshell_set_foreground(220, 218, 213);    arshell_set_foreground(215, 215, 215);
89    XFillRectangle(display, iconwin, gc, x, y, width, height);    XFillRectangle(display, iconwin, gc, x, y, width, height);
90    arshell_set_foreground(255, 255, 255);    arshell_set_foreground(255, 255, 255);
91    XDrawLine(display, iconwin, gc, x+1, y+1, x+width-1, y+1);    XDrawLine(display, iconwin, gc, x+1, y+1, x+width-1, y+1);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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