Fixed building under Linux
Linux GUI brought up to date
This commit is contained in:
parent
47ce7bda99
commit
fb3d3d594b
7 changed files with 267 additions and 108 deletions
|
|
@ -10,6 +10,8 @@ int mouse_get_type(int mouse);
|
|||
#define MOUSE_TYPE_AMSTRAD 2
|
||||
#define MOUSE_TYPE_OLIM24 3
|
||||
|
||||
#define MOUSE_TYPE_IF_MASK 3
|
||||
|
||||
#define MOUSE_TYPE_3BUTTON (1 << 31)
|
||||
|
||||
typedef struct
|
||||
|
|
|
|||
Loading…
Reference in a new issue