mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
make parse_modifiers public
This commit is contained in:
parent
ef49d2c843
commit
c34a2fc976
2 changed files with 8 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#include "config/keybind.h"
|
||||
#include "config/rcxml.h"
|
||||
|
||||
static uint32_t
|
||||
uint32_t
|
||||
parse_modifier(const char *symname)
|
||||
{
|
||||
if (!strcmp(symname, "S")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue