/[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.8 by jefbed, Sat Jul 23 17:10:09 2005 UTC revision 1.9 by jefbed, Tue Jul 26 01:13:07 2005 UTC
# Line 90  draw_button(int x, int y, int width, int Line 90  draw_button(int x, int y, int width, int
90    arshell_set_font("5x7");    arshell_set_font("5x7");
91    arshell_set_foreground( 250, 150, 150 );    arshell_set_foreground( 250, 150, 150 );
92    XDrawString(display, iconwin, gc, x+2, y+height-1, text, strlen(text));    XDrawString(display, iconwin, gc, x+2, y+height-1, text, strlen(text));
93      width=(int)NULL;
94  }  }
95    
96  void  void
# Line 253  main(int argc, char **argv) Line 254  main(int argc, char **argv)
254          }          }
255      }      }
256    XCloseDisplay(display);    XCloseDisplay(display);
257      return(0);
258  }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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