Commit 0cc66499 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Add some missing VDU variable definitions

Retagged as RISC_OSLib-5_86
parent 1aa3b81b
......@@ -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 {
......
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