mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +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/main.c'
|
||||
],
|
||||
c_args : '-fstack-protector-all',
|
||||
install : true
|
||||
)
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
typedef struct {
|
||||
uint32_t key;
|
||||
uint32_t modifiers; /* modkeys */
|
||||
uint32_t modifiers; /* keyboard_modkeys bitmask */
|
||||
const char *action;
|
||||
} global_hotkey;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user