send enter and leave events for surfaces
Some checks failed
Some checks failed
This commit is contained in:
parent
9fca4b5bc2
commit
6f137938da
2 changed files with 30 additions and 1 deletions
|
|
@ -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();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue