mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-13 19:08:11 +00:00
[client] overlay: add new configuration overlay [wip]
This commit is contained in:
@@ -87,4 +87,11 @@ typedef enum CursorType
|
||||
}
|
||||
CursorType;
|
||||
|
||||
typedef struct StringPair
|
||||
{
|
||||
const char * name;
|
||||
const char * value;
|
||||
}
|
||||
StringPair;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user