diff options
Diffstat (limited to 'src/managers/SeatManager.hpp')
-rw-r--r-- | src/managers/SeatManager.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/managers/SeatManager.hpp b/src/managers/SeatManager.hpp index 81ca663d..f4efda70 100644 --- a/src/managers/SeatManager.hpp +++ b/src/managers/SeatManager.hpp @@ -109,9 +109,12 @@ class CSeatManager { struct { WP<IDataSource> currentSelection; CHyprSignalListener destroySelection; + WP<IDataSource> currentPrimarySelection; + CHyprSignalListener destroyPrimarySelection; } selection; void setCurrentSelection(SP<IDataSource> source); + void setCurrentPrimarySelection(SP<IDataSource> source); // do not write to directly, use set... WP<IPointer> mouse; |