mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
Rename key-state.c to key-state-indicator.c
This commit is contained in:
parent
885db240f3
commit
78f2b4656c
6 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
#ifndef LABWC_KEY_STATE_H
|
#ifndef LABWC_KEY_STATE_INDICATOR_H
|
||||||
#define LABWC_KEY_STATE_H
|
#define LABWC_KEY_STATE_INDICATOR_H
|
||||||
|
|
||||||
struct seat;
|
struct seat;
|
||||||
|
|
||||||
|
|
@ -13,4 +13,4 @@ struct seat;
|
||||||
void key_state_indicator_update(struct seat *seat);
|
void key_state_indicator_update(struct seat *seat);
|
||||||
void key_state_indicator_toggle(void);
|
void key_state_indicator_toggle(void);
|
||||||
|
|
||||||
#endif /* LABWC_KEY_STATE_H */
|
#endif /* LABWC_KEY_STATE_INDICATOR_H */
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
#include "cycle.h"
|
#include "cycle.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "input/keyboard.h"
|
#include "input/keyboard.h"
|
||||||
#include "input/key-state.h"
|
#include "input/key-state-indicator.h"
|
||||||
#include "labwc.h"
|
#include "labwc.h"
|
||||||
#include "magnifier.h"
|
#include "magnifier.h"
|
||||||
#include "menu/menu.h"
|
#include "menu/menu.h"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0-only
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
#include "input/key-state.h"
|
#include "input/key-state-indicator.h"
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <wlr/types/wlr_keyboard.h>
|
#include <wlr/types/wlr_keyboard.h>
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
#include "cycle.h"
|
#include "cycle.h"
|
||||||
#include "idle.h"
|
#include "idle.h"
|
||||||
#include "input/ime.h"
|
#include "input/ime.h"
|
||||||
#include "input/key-state.h"
|
#include "input/key-state-indicator.h"
|
||||||
#include "labwc.h"
|
#include "labwc.h"
|
||||||
#include "menu/menu.h"
|
#include "menu/menu.h"
|
||||||
#include "session-lock.h"
|
#include "session-lock.h"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ labwc_sources += files(
|
||||||
'gestures.c',
|
'gestures.c',
|
||||||
'input.c',
|
'input.c',
|
||||||
'keyboard.c',
|
'keyboard.c',
|
||||||
'key-state.c',
|
'key-state-indicator.c',
|
||||||
'touch.c',
|
'touch.c',
|
||||||
'ime.c',
|
'ime.c',
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
#include "input/tablet-pad.h"
|
#include "input/tablet-pad.h"
|
||||||
#include "input/input.h"
|
#include "input/input.h"
|
||||||
#include "input/keyboard.h"
|
#include "input/keyboard.h"
|
||||||
#include "input/key-state.h"
|
#include "input/key-state-indicator.h"
|
||||||
#include "labwc.h"
|
#include "labwc.h"
|
||||||
#include "output.h"
|
#include "output.h"
|
||||||
#include "session-lock.h"
|
#include "session-lock.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue