[Fxruby-commits] CVS: FXRuby/swig-interfaces FXScintilla.i,1.9.2.5,1.9.2.6
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-07-03 23:04:03
|
Update of /cvsroot/fxruby/FXRuby/swig-interfaces In directory usw-pr-cvs1:/tmp/cvs-serv1908 Modified Files: Tag: release10 FXScintilla.i Log Message: Added Gilles' patch for FXScintilla.i (needed to make FXScintilla#getTextRange work properly). Index: FXScintilla.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXScintilla.i,v retrieving revision 1.9.2.5 retrieving revision 1.9.2.6 diff -C2 -d -r1.9.2.5 -r1.9.2.6 *** FXScintilla.i 24 May 2002 22:23:55 -0000 1.9.2.5 --- FXScintilla.i 3 Jul 2002 23:04:00 -0000 1.9.2.6 *************** *** 165,168 **** --- 165,171 ---- lp=(lParam==Qtrue) ? 1 : 0; break; + case T_DATA: + lp=reinterpret_cast<sptr_t>(DATA_PTR(lParam)); + break; default: lp=0; |