Commit 7933383e authored by Ben Avison's avatar Ben Avison
Browse files

* Disabled checking of both mouse button transitions in error boxes in NC

  builds: now behaves like desktop builds (only detects button-down events).
* When mouse pointer is hidden following Wimp_Extend 12, changes of mouse
  button state will no longer cause the pointer to be reinstated.

Version 4.12. Tagged as 'Wimp-4_12'
parent 109210f0
......@@ -5,8 +5,8 @@
GBLA Module_Version
GBLS Module_MinorVersion
GBLS Module_Date
Module_MajorVersion SETS "4.11"
Module_Version SETA 411
Module_MajorVersion SETS "4.12"
Module_Version SETA 412
Module_MinorVersion SETS ""
Module_Date SETS "09 Nov 1998"
Module_Date SETS "26 Nov 1998"
END
/* (4.11)
/* (4.12)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.11
#define Module_MajorVersion_CMHG 4.12
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 09 Nov 1998
#define Module_Date_CMHG 26 Nov 1998
#define Module_MajorVersion "4.11"
#define Module_Version 411
#define Module_MajorVersion "4.12"
#define Module_Version 412
#define Module_MinorVersion ""
#define Module_Date "09 Nov 1998"
#define Module_Date "26 Nov 1998"
......@@ -4040,7 +4040,7 @@ newmouseposn
BNE %FT06
TEQ R0, R3
TEQEQ R1, R4
TEQEQ R2, R5
; TEQEQ R2, R5
BEQ %FT06 ; no change
ADRL R14, ptrsuspendflag
......
......@@ -1707,7 +1707,7 @@ pollit
TEQNE R4,#1 ; icon 1 = 'OK' box
TEQNE R4,#4 ; icon 4 = 'Cancel' box
BNE notover
[ NCErrorBox
[ false
EOR R14,R2,R5 ; AR 13/8/97 look at both transitions, fixed a problem of double clicks
|
BIC R14,R2,R5 ; look for +ve edge SELECT/ADJUST
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment