Changeset 2934
- Timestamp:
- 10/12/08 16:03:42 (5 years ago)
- File:
-
- 1 edited
-
libpipi/trunk/pipi/codec/imlib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/pipi/codec/imlib.c
r2902 r2934 39 39 40 40 imlib_context_set_image(priv); 41 42 if(!imlib_image_get_data()) 43 { 44 imlib_free_image(); 45 return NULL; 46 } 47 41 48 img = pipi_new(imlib_image_get_width(), imlib_image_get_height()); 42 49
Note: See TracChangeset
for help on using the changeset viewer.
