source: buchla-68k/include/menu.h@ f7428b1

Last change on this file since f7428b1 was f7428b1, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Started to rework include files.

  • Property mode set to 100644
File size: 695 bytes
Line 
1/*
2 =============================================================================
3 menu.h -- MIDAS 700 menu definitions
4 Version 5 -- 1988-07-25 -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8#pragma once
9
10#define MCURSOR 1 /* cursor color */
11#define MBKGRND 2 /* background color */
12#define MBUCHLA 4 /* "Created by ..." color */
13#define MTITLE 5 /* title color */
14#define MHILITE 7 /* hilite color */
15#define MLFILES 8 /* file name color */
16#define MLINES 10 /* outline color */
17#define MBUTTON 11 /* button legend color */
18
19#define MCURX 144
20#define MCURY 154
21
22#define MENUOBJ 8
23#define MENUPRI 8
24
25#define MENUFL V_RES3
Note: See TracBrowser for help on using the repository browser.