Changeset 1168 for trunk/src/user32
- Timestamp:
 - Oct 7, 1999, 5:44:15 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/caret.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/caret.cpp
r1094 r1168 1 /* $Id: caret.cpp,v 1. 4 1999-09-29 09:31:18 dengertExp $ */1 /* $Id: caret.cpp,v 1.5 1999-10-07 15:44:15 cbratschi Exp $ */ 2 2 3 3 /* … … 205 205 if (wnd && wnd->isOwnDC()) 206 206 hps = wnd->getOwnDC(); 207 else 208 { 209 SetFS(sel); 210 return FALSE; 211 } 207 212 208 213 POINTL caretPos = {cursorInfo.x,cursorInfo.y} ;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  