mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[idd] driver: improve display mode support and resolution switch
This commit is contained in:
@@ -28,7 +28,8 @@ struct LGPipeMsg
|
||||
unsigned size;
|
||||
enum
|
||||
{
|
||||
SETCURSORPOS
|
||||
SETCURSORPOS,
|
||||
SETDISPLAYMODE
|
||||
}
|
||||
type;
|
||||
union
|
||||
@@ -39,5 +40,12 @@ struct LGPipeMsg
|
||||
uint32_t y;
|
||||
}
|
||||
curorPos;
|
||||
|
||||
struct
|
||||
{
|
||||
uint32_t width;
|
||||
uint32_t height;
|
||||
}
|
||||
displayMode;
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user