(EmacsFrameRealize): Fix typo.
This commit is contained in:
parent
486a103deb
commit
2fce2bb4b9
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ EmacsFrameRealize (widget, mask, attrs)
|
|||
|
||||
/* This used to contain SubstructureRedirectMask, but this turns out
|
||||
to be a problem with XIM on Solaris, and events from that mask
|
||||
don't seem to be used. Let's check that. */);
|
||||
don't seem to be used. Let's check that. */
|
||||
attrs->event_mask = (STANDARD_EVENT_SET
|
||||
| PropertyChangeMask
|
||||
| SubstructureNotifyMask);
|
||||
|
|
Loading…
Add table
Reference in a new issue