Changeset 15287
- Timestamp:
- 04/16/12 18:00:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/thumb.h
r15284 r15287 31 31 while(qe != NULL) 32 32 { 33 buf = loadjpg((char*)qe->data, int *width, int *height, 16);33 buf = loadjpg((char*)qe->data, &width, &height, 16); 34 34 if(buf != NULL) 35 35 {
Note: See TracChangeset
for help on using the changeset viewer.