mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 22:55:30 +00:00
Remove duplicated enums for keyboard modifiers
This commit is contained in:
parent
23850b5fce
commit
1f37a974bf
@ -92,10 +92,6 @@ typedef struct SPICE_ATTR_PACKED SpiceSubMessageList {
|
||||
|
||||
#define SPICE_INPUT_MOTION_ACK_BUNCH 4
|
||||
|
||||
#define SPICE_SCROLL_LOCK_MODIFIER (1 << 0)
|
||||
#define SPICE_NUM_LOCK_MODIFIER (1 << 1)
|
||||
#define SPICE_CAPS_LOCK_MODIFIER (1 << 2)
|
||||
|
||||
enum {
|
||||
SPICE_PLAYBACK_CAP_CELT_0_5_1,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user