Changeset 512 for abuse/trunk/src/sdlport/video.cpp
- Timestamp:
- Apr 20, 2011, 12:39:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/sdlport/video.cpp
r494 r512 33 33 #endif /* HAVE_OPENGL */ 34 34 35 #include "common.h" 36 35 37 #include "filter.h" 36 38 #include "system.h" … … 343 345 void put_image(image * im, int x, int y) 344 346 { 345 put_part_image(im, x, y, 0, 0, im-> width() - 1, im->height()- 1);347 put_part_image(im, x, y, 0, 0, im->Size().x - 1, im->Size().y - 1); 346 348 } 347 349
Note: See TracChangeset
for help on using the changeset viewer.