mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
[client/common] restructure project in prep for full SDL removal
This commit is contained in:
@@ -105,10 +105,10 @@ struct LG_DisplayServerOps
|
||||
void (*uninhibitIdle)();
|
||||
|
||||
/* clipboard support */
|
||||
bool (* cbInit)(void);
|
||||
void (* cbNotice)(LG_ClipboardData type);
|
||||
void (* cbRelease)(void);
|
||||
void (* cbRequest)(LG_ClipboardData type);
|
||||
bool (*cbInit)(void);
|
||||
void (*cbNotice)(LG_ClipboardData type);
|
||||
void (*cbRelease)(void);
|
||||
void (*cbRequest)(LG_ClipboardData type);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user