Changeset 512 for abuse/trunk/src/imlib/input.cpp
- Timestamp:
- Apr 20, 2011, 12:39:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/input.cpp
r494 r512 12 12 13 13 #include <string.h> 14 15 #include "common.h" 14 16 15 17 #include "input.h" … … 202 204 if (pressed) 203 205 { 204 x2=x+pressed-> width()-1;205 y2=y+pressed-> height()-1;206 x2=x+pressed->Size().x-1; 207 y2=y+pressed->Size().y-1; 206 208 } 207 209 else … … 213 215 } else 214 216 { 215 x2=x+6+visual-> width();216 y2=y+6+visual-> height();217 x2=x+6+visual->Size().x; 218 y2=y+6+visual->Size().y; 217 219 } 218 220 }
Note: See TracChangeset
for help on using the changeset viewer.