Changeset 3250 for trunk/src/user32/dc.cpp
- Timestamp:
- Mar 27, 2000, 5:09:22 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r2881 r3250 1 /* $Id: dc.cpp,v 1. 49 2000-02-24 19:19:07 sandervlExp $ */1 /* $Id: dc.cpp,v 1.50 2000-03-27 15:06:29 cbratschi Exp $ */ 2 2 3 3 /* … … 501 501 { 502 502 long height = wnd->getClientHeight(); 503 503 504 rect.yTop = height - rect.yTop; 504 505 rect.yBottom = height - rect.yBottom;
Note:
See TracChangeset
for help on using the changeset viewer.