Source
...
Target
Commits (1)
/* (1.71)
/* (1.72)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.2.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.71
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 30 Mar 2005
#define Module_MajorVersion_CMHG 1.72
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 25 Jun 2011
#define Module_MajorVersion "1.71"
#define Module_Version 171
#define Module_MajorVersion "1.72"
#define Module_Version 172
#define Module_MinorVersion ""
#define Module_Date "30 Mar 2005"
#define Module_Date "25 Jun 2011"
#define Module_ApplicationDate "30-Mar-05"
#define Module_ApplicationDate "25-Jun-11"
#define Module_ComponentName "Window"
#define Module_ComponentPath "RiscOS/Sources/Toolbox/Window"
#define Module_ComponentPath "castle/RiscOS/Sources/Toolbox/Window"
#define Module_FullVersion "1.71"
#define Module_HelpVersion "1.71 (30 Mar 2005)"
#define Module_LibraryVersionInfo "1:71"
#define Module_FullVersion "1.72"
#define Module_HelpVersion "1.72 (25 Jun 2011)"
#define Module_LibraryVersionInfo "1:72"
......@@ -195,7 +195,7 @@ _kernel_oserror *events_pointer_over_window (WindowInternal *w)
regs.r[6] = 0; /* scale for mode */
regs.r[7] = (int)events__pointer_ttab; /* fixed translation table */
if (_kernel_swi (OS_SpriteOp, &regs, &regs) != NULL)
if ((regs.r[1] == 1) || (_kernel_swi (OS_SpriteOp, &regs, &regs) != NULL))
{
DEBUG debug_output ("pointer", "Try wimp sprite pool (for %s)\n", w->pointer_shape);
......