mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-05 06:20:44 +09:00
Add fstack-protector-all to gsr-global-hotkeys
This commit is contained in:
@@ -68,6 +68,7 @@ executable(
|
|||||||
'tools/gsr-global-hotkeys/keyboard_event.c',
|
'tools/gsr-global-hotkeys/keyboard_event.c',
|
||||||
'tools/gsr-global-hotkeys/main.c'
|
'tools/gsr-global-hotkeys/main.c'
|
||||||
],
|
],
|
||||||
|
c_args : '-fstack-protector-all',
|
||||||
install : true
|
install : true
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t key;
|
uint32_t key;
|
||||||
uint32_t modifiers; /* modkeys */
|
uint32_t modifiers; /* keyboard_modkeys bitmask */
|
||||||
const char *action;
|
const char *action;
|
||||||
} global_hotkey;
|
} global_hotkey;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user