sawfish r4363 - trunk/src



Author: chrisb
Date: Wed Jan  7 22:56:23 2009
New Revision: 4363
URL: http://svn.gnome.org/viewvc/sawfish?rev=4363&view=rev

Log:
replace one "unsigned" with "unsigned int"


Modified:
   trunk/src/cursors.c

Modified: trunk/src/cursors.c
==============================================================================
--- trunk/src/cursors.c	(original)
+++ trunk/src/cursors.c	Wed Jan  7 22:56:23 2009
@@ -34,7 +34,7 @@
 make_bm_cursor (repv image, repv mask, repv fg, repv bg)
 {
     rep_GC_root gc_image, gc_mask, gc_fg, gc_bg;
-    unsigned width, height;
+    unsigned int width, height;
     int x_hot, y_hot;
     Pixmap bm_image, bm_mask;
     Cursor cursor = 0;



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