From: Luke Lee Newsgroups: comp.os.msdos.djgpp Subject: Fixing SWORD : window resize/drag problem. Date: Tue, 18 Feb 1997 17:41:19 +0800 Organization: DCI HiNet Lines: 17 Message-ID: <3309793F.4030@ms2.hinet.net> Reply-To: comforth AT ms2 DOT hinet DOT net NNTP-Posting-Host: 168.95.166.56 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi there : I've been trying this amazing SWORD for a few days, and I also fixed the resizing/dragging problem in SWORD for DJGPP v2. I've modify 3 sources in swordpath : src/gadgets : lift.cc, titlebar.cc and stdwin.cc Just modify all modules containning GrMouseSetCursorMode(...) as follows : GrMouseEraseCursor(); GrMouseSetCursorMode(.......); GrMouseDisplayCursor(); And it works ! - Luke -