mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-24 18:42:59 +09:00
Support keyboard led indicator on wayland as well
This commit is contained in:
9
tools/gsr-global-hotkeys/leds.h
Normal file
9
tools/gsr-global-hotkeys/leds.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef LEDS_H
|
||||
#define LEDS_H
|
||||
|
||||
/* C stdlib */
|
||||
#include <stdbool.h>
|
||||
|
||||
bool set_leds(const char *led_name, bool enabled);
|
||||
|
||||
#endif /* LEDS_H */
|
||||
Reference in New Issue
Block a user