Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Toolbox
tboxlib
Commits
2a91f459
Commit
2a91f459
authored
10 years ago
by
Robert Sprowson
Browse files
Options
Download
Email Patches
Plain Diff
Add a few missing Wimp messages to the header
Version 0.23. Tagged as 'Common-0_23'
parent
ee8a3f75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
15 deletions
+32
-15
VersionNum
VersionNum
+10
-10
h/twimp
h/twimp
+22
-5
No files found.
VersionNum
View file @
2a91f459
/* (0.2
2
)
/* (0.2
3
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.2
2
#define Module_MajorVersion_CMHG 0.2
3
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
10 Sep
201
3
#define Module_Date_CMHG
03 Jul
201
4
#define Module_MajorVersion "0.2
2
"
#define Module_Version 2
2
#define Module_MajorVersion "0.2
3
"
#define Module_Version 2
3
#define Module_MinorVersion ""
#define Module_Date "
10 Sep
201
3
"
#define Module_Date "
03 Jul
201
4
"
#define Module_ApplicationDate "
10-Sep
-1
3
"
#define Module_ApplicationDate "
03-Jul
-1
4
"
#define Module_ComponentName "Common"
#define Module_ComponentPath "castle/RiscOS/Sources/Toolbox/Common"
#define Module_FullVersion "0.2
2
"
#define Module_HelpVersion "0.2
2
(
10 Sep
201
3
)"
#define Module_LibraryVersionInfo "0:2
2
"
#define Module_FullVersion "0.2
3
"
#define Module_HelpVersion "0.2
3
(
03 Jul
201
4
)"
#define Module_LibraryVersionInfo "0:2
3
"
This diff is collapsed.
Click to expand it.
h/twimp
View file @
2a91f459
...
...
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* Title: wimp.h
/* Title:
t
wimp.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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment