mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-18 21:38:10 +00:00
[client] all: refactor keybind code & functions
This commit is contained in:
@@ -154,9 +154,9 @@ struct CBRequest
|
||||
|
||||
struct KeybindHandle
|
||||
{
|
||||
int sc;
|
||||
SuperEventFn callback;
|
||||
void * opaque;
|
||||
int sc;
|
||||
KeybindFn callback;
|
||||
void * opaque;
|
||||
};
|
||||
|
||||
enum WarpState
|
||||
|
Reference in New Issue
Block a user