Changeset 484

Show
Ignore:
Timestamp:
02/04/07 06:43:07 (2 years ago)
Author:
erikd
Message:

Fix two compiler warnings.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sweep/trunk/src/cursors.c

    r442 r484  
    183183 
    184184  bitmap = 
    185     gdk_bitmap_create_from_data (NULL, cursor_closedhand_bits, 
     185    gdk_bitmap_create_from_data (NULL, (const gchar *) cursor_closedhand_bits, 
    186186                                 cursor_closedhand_width, cursor_closedhand_height); 
    187187  mask = 
    188     gdk_bitmap_create_from_data (NULL, cursor_closedhand_mask_bits, 
     188    gdk_bitmap_create_from_data (NULL, (const gchar *) cursor_closedhand_mask_bits, 
    189189                                 cursor_closedhand_mask_width, cursor_closedhand_mask_height); 
    190190