diff options
| author | Gerd Moellmann | 2000-06-22 20:50:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-22 20:50:00 +0000 |
| commit | 2fce2bb4b9f16f63c8e74226f404218966e15a9e (patch) | |
| tree | 657c477b0e98b75c888ce5f214e4d15d01ac5752 /src | |
| parent | 486a103debe2cc46a290143e2537bc3881a384aa (diff) | |
| download | emacs-2fce2bb4b9f16f63c8e74226f404218966e15a9e.tar.gz emacs-2fce2bb4b9f16f63c8e74226f404218966e15a9e.zip | |
(EmacsFrameRealize): Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/widget.c | 2 |
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); |