Changeset 484
- Timestamp:
- 02/04/07 06:43:07 (2 years ago)
- Files:
-
- sweep/trunk/src/cursors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sweep/trunk/src/cursors.c
r442 r484 183 183 184 184 bitmap = 185 gdk_bitmap_create_from_data (NULL, cursor_closedhand_bits,185 gdk_bitmap_create_from_data (NULL, (const gchar *) cursor_closedhand_bits, 186 186 cursor_closedhand_width, cursor_closedhand_height); 187 187 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, 189 189 cursor_closedhand_mask_width, cursor_closedhand_mask_height); 190 190
