wine/dlls/user tests/edit.c edit.c

Alexandre Julliard julliard at winehq.org
Tue Jun 14 07:24:49 CDT 2005


ChangeSet ID:	18152
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/06/14 07:24:48

Modified files:
	dlls/user/tests: edit.c 
	dlls/user      : edit.c 

Log message:
	Lauri Tulmin <tulmin at gmail.com>
	- EM_CHARFROMPOS should return the closest char (clicking on the first
	half of a character should return current char and clicking on the
	second half should return next char)
	- EM_POSFROMCHAR should return -1 if character index is greater or
	equal to text length

Patch: http://cvs.winehq.org/patch.py?id=18152

Old revision  New revision  Changes     Path
 1.6           1.7           +120 -0     wine/dlls/user/tests/edit.c
 1.30          1.31          +39 -11     wine/dlls/user/edit.c




More information about the wine-cvs mailing list