mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 05:12:02 +00:00
[client] spice: separate clipboard state by direction
This commit is contained in:
@@ -75,7 +75,11 @@ static LGEvent *e_spice = NULL;
|
||||
static LGThread *t_spice = NULL;
|
||||
static LGThread *t_render = NULL;
|
||||
|
||||
struct AppState g_state = { 0 };
|
||||
struct AppState g_state =
|
||||
{
|
||||
.cbRemoteType = SPICE_DATA_NONE,
|
||||
.cbWriteType = SPICE_DATA_NONE,
|
||||
};
|
||||
struct CursorState g_cursor;
|
||||
|
||||
// this structure is initialized in config.c
|
||||
|
||||
Reference in New Issue
Block a user