aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.c b/src/widget.c
index a96aad7f8eb..47f78786741 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -733,7 +733,7 @@ EmacsFrameRealize (widget, mask, attrs)
733 733
734 /* This used to contain SubstructureRedirectMask, but this turns out 734 /* This used to contain SubstructureRedirectMask, but this turns out
735 to be a problem with XIM on Solaris, and events from that mask 735 to be a problem with XIM on Solaris, and events from that mask
736 don't seem to be used. Let's check that. */); 736 don't seem to be used. Let's check that. */
737 attrs->event_mask = (STANDARD_EVENT_SET 737 attrs->event_mask = (STANDARD_EVENT_SET
738 | PropertyChangeMask 738 | PropertyChangeMask
739 | SubstructureNotifyMask); 739 | SubstructureNotifyMask);