Add the start of size of each monitor and modes.

This commit is contained in:
BrandonSchaefer
2014-11-06 00:26:39 -08:00
committed by Camilla Berglund
parent 50cf4cfda3
commit d76d56ce74
4 changed files with 78 additions and 27 deletions
+6 -2
View File
@@ -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;