diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-11-07 11:36:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-11-07 11:36:49 +0000 |
commit | c5de998c456b188e8c9303cb9744b7e064a0b178 (patch) | |
tree | c6fb15c2925d634539a354c1154af94180c218ed /lib/libXext/include/X11 | |
parent | 3a1d29df3fcf2e10425513bd389671040c9f7560 (diff) |
Update libXext to version 1.3.5
Diffstat (limited to 'lib/libXext/include/X11')
-rw-r--r-- | lib/libXext/include/X11/extensions/XShm.h | 2 | ||||
-rw-r--r-- | lib/libXext/include/X11/extensions/Xge.h | 2 | ||||
-rw-r--r-- | lib/libXext/include/X11/extensions/multibuf.h | 6 | ||||
-rw-r--r-- | lib/libXext/include/X11/extensions/shape.h | 2 | ||||
-rw-r--r-- | lib/libXext/include/X11/extensions/sync.h | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/lib/libXext/include/X11/extensions/XShm.h b/lib/libXext/include/X11/extensions/XShm.h index 23f065115..b64346a14 100644 --- a/lib/libXext/include/X11/extensions/XShm.h +++ b/lib/libXext/include/X11/extensions/XShm.h @@ -38,7 +38,7 @@ typedef unsigned long ShmSeg; 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/lib/libXext/include/X11/extensions/Xge.h b/lib/libXext/include/X11/extensions/Xge.h index 76b5a6a01..84af71641 100644 --- a/lib/libXext/include/X11/extensions/Xge.h +++ b/lib/libXext/include/X11/extensions/Xge.h @@ -1,5 +1,5 @@ /* - * Copyright © 2007-2008 Peter Hutterer + * Copyright © 2007-2008 Peter Hutterer * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/lib/libXext/include/X11/extensions/multibuf.h b/lib/libXext/include/X11/extensions/multibuf.h index 27165f08a..908db1ecc 100644 --- a/lib/libXext/include/X11/extensions/multibuf.h +++ b/lib/libXext/include/X11/extensions/multibuf.h @@ -42,7 +42,7 @@ typedef XID Multibuffer; 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 */ @@ -51,7 +51,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; @@ -99,7 +99,7 @@ typedef struct { * per-screen buffer info (there will be lists of them) */ 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; diff --git a/lib/libXext/include/X11/extensions/shape.h b/lib/libXext/include/X11/extensions/shape.h index 66af5b1b4..48b694349 100644 --- a/lib/libXext/include/X11/extensions/shape.h +++ b/lib/libXext/include/X11/extensions/shape.h @@ -36,7 +36,7 @@ in this Software without prior written authorization from The Open Group. 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/lib/libXext/include/X11/extensions/sync.h b/lib/libXext/include/X11/extensions/sync.h index 31b1be064..4471806d9 100644 --- a/lib/libXext/include/X11/extensions/sync.h +++ b/lib/libXext/include/X11/extensions/sync.h @@ -169,7 +169,7 @@ typedef struct { XSyncCounter counter; /* counter to trigger on */ XSyncValueType value_type; /* absolute/relative */ XSyncValue wait_value; /* value to compare counter to */ - XSyncTestType test_type; /* pos/neg comparison/transtion */ + XSyncTestType test_type; /* pos/neg comparison/transition */ } XSyncTrigger; typedef struct { |