Ignore:
Timestamp:
Oct 12, 1999, 8:14:56 PM (26 years ago)
Author:
sandervl
Message:

Lots of changes again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/edit.cpp

    r1203 r1258  
    1 /* $Id: edit.cpp,v 1.2 1999-10-08 21:24:07 cbratschi Exp $ */
     1/* $Id: edit.cpp,v 1.3 1999-10-12 18:14:54 sandervl Exp $ */
    22/*
    33 *      Edit control
     
    32163216
    32173217        if (GetCapture() != hwnd)
    3218                 return 0;
     3218                return 1; //SvL: Bugfix
    32193219
    32203220        /*
     
    32283228        e = EDIT_CharFromPos(hwnd, es, x, y, &after_wrap);
    32293229        EDIT_EM_SetSel(hwnd, es, es->selection_start, e, after_wrap);
    3230         return 0;
     3230
     3231        return 1; //SvL: Bugfix -> PMWINDOW expects non-zero return value if
     3232                  //               we want to restore the default mouse cursor
    32313233}
    32323234
Note: See TracChangeset for help on using the changeset viewer.