mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 10:14:04 +00:00
[client] x11/sdl: get the border dimensions from the backend
This commit is contained in:
@@ -25,6 +25,16 @@ struct DoublePoint
|
||||
double x, y;
|
||||
};
|
||||
|
||||
struct Rect
|
||||
{
|
||||
int x, y, w, h;
|
||||
};
|
||||
|
||||
struct Border
|
||||
{
|
||||
int left, top, right, bottom;
|
||||
};
|
||||
|
||||
typedef enum FrameType
|
||||
{
|
||||
FRAME_TYPE_INVALID ,
|
||||
|
Reference in New Issue
Block a user