mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
Reverted a recent linux sub-window event change.
This commit is contained in:
parent
3825467af7
commit
8ce3099d93
1 changed files with 2 additions and 3 deletions
|
|
@ -2321,12 +2321,11 @@ private:
|
|||
{}
|
||||
}
|
||||
|
||||
int getAllEventsMask() const noexcept
|
||||
static int getAllEventsMask() noexcept
|
||||
{
|
||||
return NoEventMask | KeyPressMask | KeyReleaseMask | ButtonPressMask | ButtonReleaseMask
|
||||
| EnterWindowMask | LeaveWindowMask | PointerMotionMask | KeymapStateMask
|
||||
| ExposureMask | FocusChangeMask
|
||||
| (parentWindow != 0 ? SubstructureNotifyMask : StructureNotifyMask);
|
||||
| ExposureMask | StructureNotifyMask | FocusChangeMask;
|
||||
}
|
||||
|
||||
template <typename EventType>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue