antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright/src/wmar wmar.c


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/src/wmar wmar.c
Date: Mon, 25 Jul 2005 21:13:07 -0400

CVSROOT:        /cvsroot/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 05/07/26 01:13:07

Modified files:
        src/wmar       : wmar.c 

Log message:
        Fixed compiler warnings.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/antiright/antiright/src/wmar/wmar.c.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: antiright/src/wmar/wmar.c
diff -u antiright/src/wmar/wmar.c:1.8 antiright/src/wmar/wmar.c:1.9
--- antiright/src/wmar/wmar.c:1.8       Sat Jul 23 17:10:09 2005
+++ antiright/src/wmar/wmar.c   Tue Jul 26 01:13:07 2005
@@ -90,6 +90,7 @@
   arshell_set_font("5x7");
   arshell_set_foreground( 250, 150, 150 );
   XDrawString(display, iconwin, gc, x+2, y+height-1, text, strlen(text));
+  width=(int)NULL;
 }
 
 void
@@ -253,4 +254,5 @@
        }
     }
   XCloseDisplay(display);
+  return(0);
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]