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
Julie Stamp
RISC_OSLib
Commits
0cc66499
Commit
0cc66499
authored
9 years ago
by
Robert Sprowson
Browse files
Options
Download
Email Patches
Plain Diff
Add some missing VDU variable definitions
Retagged as RISC_OSLib-5_86
parent
1aa3b81b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
rlib/h/bbc
rlib/h/bbc
+13
-1
No files found.
rlib/h/bbc
View file @
0cc66499
...
...
@@ -391,7 +391,19 @@ typedef enum {
bbc_TCharSizeX
=
167
,
/* text chars (in pixels) */
bbc_TCharSizeY
=
168
,
bbc_TCharSpaceX
=
169
,
bbc_TCharSpaceY
=
170
bbc_TCharSpaceY
=
170
,
bbc_GcolOraEorAdd
=
171
,
bbc_VIDCClockSpeed
=
172
,
bbc_PixelRate
=
173
,
bbc_BorderL
=
174
,
/* borders (RISC OS 5.07+) */
bbc_BorderB
=
175
,
bbc_BorderR
=
176
,
bbc_BorderT
=
177
,
bbc_CurrentGraphicsVDriver
=
192
,
/* RISC OS 5.21+ */
bbc_WindowWidth
=
256
,
bbc_WindowHeight
=
257
}
bbc_vduvariable
;
typedef
enum
{
...
...
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