diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 16:45:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 16:45:50 +0000 |
commit | cc7d66bfcf0d3305ee962a167dd9f4338266ebec (patch) | |
tree | bae58760726ce0b349447cac2b5c1859c4737c0f /lib/libXt/man/XtBuildEventMask.man | |
parent | a5008d58b42532ef26fa9a62407a31e9991a0e39 (diff) |
Update to libXt 1.1.2
Diffstat (limited to 'lib/libXt/man/XtBuildEventMask.man')
-rw-r--r-- | lib/libXt/man/XtBuildEventMask.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libXt/man/XtBuildEventMask.man b/lib/libXt/man/XtBuildEventMask.man index 2068fe084..32ba4a9f8 100644 --- a/lib/libXt/man/XtBuildEventMask.man +++ b/lib/libXt/man/XtBuildEventMask.man @@ -128,7 +128,7 @@ XtBuildEventMask \- retrieve a widget's event mask .SH SYNTAX .HP -EventMask XtBuildEventMask(Widget \fIw\fP); +EventMask XtBuildEventMask(Widget \fIw\fP); .SH ARGUMENTS .IP \fIw\fP 1i Specifies the widget. @@ -140,7 +140,7 @@ of all event masks for event handlers registered on the widget with .ZN XtAddEventHandler and all event translations, including accelerators, installed on the widget. -This is the same event mask stored into the +This is the same event mask stored into the .ZN XSetWindowAttributes structure by .ZN XtRealizeWidget |