(EmacsFrameRealize): Fix typo.

This commit is contained in:
Gerd Moellmann 2000-06-22 20:50:00 +00:00
parent 486a103deb
commit 2fce2bb4b9

View file

@ -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);