mirror of
https://github.com/labwc/labwc.git
synced 2026-03-18 05:33:53 -04:00
Move extern to h file
This commit is contained in:
parent
5b1ab48abf
commit
e6c239e783
2 changed files with 3 additions and 2 deletions
|
|
@ -9,6 +9,8 @@ struct seat;
|
||||||
struct keyboard;
|
struct keyboard;
|
||||||
struct wlr_keyboard;
|
struct wlr_keyboard;
|
||||||
|
|
||||||
|
extern struct keybind *cur_keybind;
|
||||||
|
|
||||||
void keyboard_reset_current_keybind(void);
|
void keyboard_reset_current_keybind(void);
|
||||||
void keyboard_configure(struct seat *seat, struct wlr_keyboard *kb,
|
void keyboard_configure(struct seat *seat, struct wlr_keyboard *kb,
|
||||||
bool is_virtual);
|
bool is_virtual);
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@
|
||||||
#include "ssd.h"
|
#include "ssd.h"
|
||||||
#include "view.h"
|
#include "view.h"
|
||||||
#include "workspaces.h"
|
#include "workspaces.h"
|
||||||
|
#include "input/keyboard.h"
|
||||||
|
|
||||||
enum action_arg_type {
|
enum action_arg_type {
|
||||||
LAB_ACTION_ARG_STR = 0,
|
LAB_ACTION_ARG_STR = 0,
|
||||||
|
|
@ -177,8 +178,6 @@ const char *action_names[] = {
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct keybind *cur_keybind;
|
|
||||||
|
|
||||||
void
|
void
|
||||||
action_arg_add_str(struct action *action, const char *key, const char *value)
|
action_arg_add_str(struct action *action, const char *key, const char *value)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue