Changeset 2695 for libpipi/trunk/pipi/codec.c
- Timestamp:
- 08/11/08 22:02:10 (5 years ago)
- File:
-
- 1 edited
-
libpipi/trunk/pipi/codec.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/pipi/codec.c
r2632 r2695 17 17 */ 18 18 19 #include "config.h" 20 #include "common.h" 21 19 22 #include <stdio.h> 20 23 #include <stdlib.h> 21 22 #include "config.h" 23 #include "common.h" 24 #include <string.h> 24 25 25 26 #include "pipi.h" 26 27 #include "pipi_internals.h" 27 28 28 pipi_image_t *pipi_load(c onst char*name)29 pipi_image_t *pipi_load(char const *name) 29 30 { 31 if(!strncmp(name, "pipi:", 5)) 32 return pipi_load_stock(name + 5); 33 30 34 #if USE_IMLIB2 31 35 return pipi_load_imlib2(name);
Note: See TracChangeset
for help on using the changeset viewer.
