diff options
-rw-r--r-- | man/XShape.man | 2 | ||||
-rw-r--r-- | man/XShm.man | 2 | ||||
-rw-r--r-- | man/Xmbuf.man | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/man/XShape.man b/man/XShape.man index 9cf28a1..408e24a 100644 --- a/man/XShape.man +++ b/man/XShape.man @@ -133,7 +133,7 @@ XRectangle *XShapeGetRectangles ( typedef struct { int type; /\(** of event */ unsigned long serial; /\(** # of last request processed by server */ - Bool send_event; /\(** true if this came frome a SendEvent request */ + Bool send_event; /\(** true if this came from a SendEvent request */ Display *display; /\(** Display the event was read from */ Window window; /\(** window of event */ int kind; /\(** ShapeBounding or ShapeClip */ diff --git a/man/XShm.man b/man/XShm.man index 079ced5..2961e44 100644 --- a/man/XShm.man +++ b/man/XShm.man @@ -130,7 +130,7 @@ Status XShmGetEventBase( typedef struct { int type; /\\(* of event */ unsigned long serial; /\\(* # of last request processed by server*/ - Bool send_event; /\\(* true if this came frome a SendEvent request*/ + Bool send_event; /\\(* true if this came from a SendEvent request*/ Display *display; /\\(* Display the event was read from */ Drawable drawable; /\\(* drawable of request */ int major_code; /\\(* ShmReqCode */ diff --git a/man/Xmbuf.man b/man/Xmbuf.man index c4b26b4..ec72027 100644 --- a/man/Xmbuf.man +++ b/man/Xmbuf.man @@ -132,7 +132,7 @@ Window XmbufCreateStereoWindow( typedef struct { int type; /\(** of event */ unsigned long serial; /\(** # of last request processed by server */ - int send_event; /\(** true if this came frome a SendEvent request */ + int send_event; /\(** true if this came from a SendEvent request */ Display *display; /\(** Display the event was read from */ Multibuffer buffer; /\(** buffer of event */ int state; /\(** see Clobbered constants above */ @@ -141,7 +141,7 @@ typedef struct { typedef struct { int type; /\(** of event */ unsigned long serial; /\(** # of last request processed by server */ - int send_event; /\(** true if this came frome a SendEvent request */ + int send_event; /\(** true if this came from a SendEvent request */ Display *display; /\(** Display the event was read from */ Multibuffer buffer; /\(** buffer of event */ } XmbufUpdateNotifyEvent; @@ -176,7 +176,7 @@ typedef struct { .LP \fIPer-screen buffer info (there will be lists of them):\fP typedef struct { - VisualID visualid; /\(** visual usuable at this depth */ + VisualID visualid; /\(** visual usable at this depth */ int max_buffers; /\(** most buffers for this visual */ int depth; /\(** depth of buffers to be created */ } XmbufBufferInfo; @@ -231,7 +231,7 @@ with the given window. displays the indicated buffers their appropriate windows within max_delay milliseconds after min_delay milliseconds have passed. -No two buffers may be associated with the same window or else a Matc +No two buffers may be associated with the same window or else a Match error is generated. .PP .ZN XmbufGetWindowAttributes |