mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 02:34:00 +00:00
[client] overlay: add new configuration overlay [wip]
This commit is contained in:
@@ -22,6 +22,7 @@ endif()
|
||||
add_subdirectory(src/platform)
|
||||
|
||||
set(COMMON_SOURCES
|
||||
src/appstrings.c
|
||||
src/stringutils.c
|
||||
src/stringlist.c
|
||||
src/option.c
|
||||
|
@@ -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