Changeset 512 for abuse/trunk/src/gui.cpp
- Timestamp:
- Apr 20, 2011, 12:39:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/gui.cpp
r494 r512 10 10 11 11 #include "config.h" 12 13 #include "common.h" 12 14 13 15 #include "cache.h" … … 135 137 { 136 138 x1=x; y1=y; 137 x2=x+cache.img(u)-> width()-1;138 y2=y+cache.img(u)-> height()-1;139 x2=x+cache.img(u)->Size().x-1; 140 y2=y+cache.img(u)->Size().y-1; 139 141 } 140 142
Note: See TracChangeset
for help on using the changeset viewer.