parent
3cba4ba44e
commit
9f7a96b997
5 changed files with 45 additions and 19 deletions
|
|
@ -155,6 +155,7 @@ class CWLDataDeviceProtocol : public IWaylandProtocol {
|
|||
void sendSelectionToDevice(SP<CWLDataDeviceResource> dev, SP<IDataSource> sel);
|
||||
void updateSelection();
|
||||
void onKeyboardFocus();
|
||||
void onDndPointerFocus();
|
||||
|
||||
struct {
|
||||
WP<CWLDataDeviceResource> focusedDevice;
|
||||
|
|
@ -191,6 +192,7 @@ class CWLDataDeviceProtocol : public IWaylandProtocol {
|
|||
|
||||
struct {
|
||||
CHyprSignalListener onKeyboardFocusChange;
|
||||
CHyprSignalListener onDndPointerFocusChange;
|
||||
} listeners;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue