mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Add the start of size of each monitor and modes.
This commit is contained in:
committed by
Camilla Berglund
parent
50cf4cfda3
commit
d76d56ce74
+6
-2
@@ -60,17 +60,21 @@ typedef struct _GLFWwindowMir
|
||||
|
||||
typedef struct _GLFWmonitorMir
|
||||
{
|
||||
int num_modes;
|
||||
int output_id;
|
||||
int x;
|
||||
int y;
|
||||
|
||||
} _GLFWmonitorMir;
|
||||
|
||||
typedef struct _GLFWlibraryMir
|
||||
{
|
||||
MirConnection* connection;
|
||||
|
||||
MirEGLNativeDisplayType native_display;
|
||||
|
||||
|
||||
} _GLFWlibraryMir;
|
||||
|
||||
// TODO Only system cursors are implemented in mir atm. Need to wait for support.
|
||||
typedef struct _GLFWcursorMir
|
||||
{
|
||||
} _GLFWcursorMir;
|
||||
|
||||
Reference in New Issue
Block a user