mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-28 18:33:48 -07:00
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
struct STextInput;
|
||||
class CTextInput;
|
||||
|
||||
struct STextInputV1 {
|
||||
wl_client* client = nullptr;
|
||||
@@ -13,7 +13,7 @@ struct STextInputV1 {
|
||||
|
||||
wl_resource* resourceImpl = nullptr;
|
||||
|
||||
STextInput* pTextInput = nullptr;
|
||||
CTextInput* pTextInput = nullptr;
|
||||
|
||||
wl_signal sEnable;
|
||||
wl_signal sDisable;
|
||||
|
Reference in New Issue
Block a user