send enter and leave events for surfaces

This commit is contained in:
vaxerski
2022-08-08 21:20:41 +02:00
parent 9fca4b5bc2
commit 6f137938da
2 changed files with 30 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ public:
// for toplevel monitor events
uint64_t m_iLastToplevelMonitorID = -1;
uint64_t m_iLastSurfaceMonitorID = -1;
// For the list lookup
bool operator==(const CWindow& rhs) {
@@ -147,5 +148,5 @@ public:
void createToplevelHandle();
void destroyToplevelHandle();
void updateToplevel();
void updateSurfaceOutputs();
};