Commit 2a91f459 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Add a few missing Wimp messages to the header

Version 0.23. Tagged as 'Common-0_23'
parent ee8a3f75
/* (0.22)
/* (0.23)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.22
#define Module_MajorVersion_CMHG 0.23
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 10 Sep 2013
#define Module_Date_CMHG 03 Jul 2014
#define Module_MajorVersion "0.22"
#define Module_Version 22
#define Module_MajorVersion "0.23"
#define Module_Version 23
#define Module_MinorVersion ""
#define Module_Date "10 Sep 2013"
#define Module_Date "03 Jul 2014"
#define Module_ApplicationDate "10-Sep-13"
#define Module_ApplicationDate "03-Jul-14"
#define Module_ComponentName "Common"
#define Module_ComponentPath "castle/RiscOS/Sources/Toolbox/Common"
#define Module_FullVersion "0.22"
#define Module_HelpVersion "0.22 (10 Sep 2013)"
#define Module_LibraryVersionInfo "0:22"
#define Module_FullVersion "0.23"
#define Module_HelpVersion "0.23 (03 Jul 2014)"
#define Module_LibraryVersionInfo "0:23"
......@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* Title: wimp.h
/* Title: twimp.h
* Purpose: C interface to RISC OS Wimp routines.
* Author: IDJ
* History: 16-Sep-93: IDJ: created
......@@ -411,9 +411,14 @@ typedef struct
#define wimp_MPRE_QUIT 8
#define wimp_MPALETTE_CHANGE 9
#define wimp_MSAVE_DESKTOP 10
#define wimp_MDEVICECLAIM 11
#define wimp_MDEVICEINUSE 12
#define wimp_MDATASAVED 13
#define wimp_MSHUT_DOWN 14
#define wimp_MSET_PRINTER 0x80147
#define wimp_MCLAIMENTITY 15
#define wimp_MDATAREQUEST 16
#define wimp_MDRAGGING 17
#define wimp_MDRAGCLAIM 18
#define wimp_MFILER_OPEN_DIR 0x400
#define wimp_MFILER_CLOSE_DIR 0x401
......@@ -424,6 +429,10 @@ typedef struct
#define wimp_MFILER_CONTROL_ACTION 0x406
#define wimp_MFILER_SELECTION 0x407
#define wimp_MHELP_REQUEST 0x502
#define wimp_MHELP_REPLY 0x503
#define wimp_MHELPENABLE 0x504
#define wimp_MNOTIFY 0x40040
#define wimp_MMENU_WARNING 0x400c0
......@@ -436,9 +445,17 @@ typedef struct
#define wimp_MTASK_NAME_IS 0x400c7
#define wimp_MTASK_STARTED 0x400c8
#define wimp_MMENUS_DELETED 0x400c9
#define wimp_MICONIZE 0x400ca
#define wimp_MWINDOWCLOSED 0x400cb
#define wimp_MWINDOWINFO 0x400cc
#define wimp_MSWAP 0x400cd
#define wimp_MTOOLSCHANGED 0x400ce
#define wimp_MFONTCHANGED 0x400cf
#define wimp_MICONIZEAT 0x400d0
#define wimp_MTOGGLEBACKDROP 0x400d1
#define wimp_MSCREENEDGENOTIFICATION 0x400d2
#define wimp_MHELP_REQUEST 0x502
#define wimp_MHELP_REPLY 0x503
#define wimp_MSET_PRINTER 0x80147
#define wimp_MTOOLBOX_EVENT Toolbox_SWIChunkBase
......
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