diff options
Diffstat (limited to 'man/Xmbuf.man')
-rw-r--r-- | man/Xmbuf.man | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/man/Xmbuf.man b/man/Xmbuf.man index ec72027..adca2a1 100644 --- a/man/Xmbuf.man +++ b/man/Xmbuf.man @@ -118,7 +118,7 @@ Window XmbufCreateStereoWindow( unsigned int height, unsigned int border_width, int depth, - unsigned int class, /\(** InputOutput, InputOnly*/ + unsigned int class, /\&* InputOutput, InputOnly*/ Visual *visual, unsigned long valuemask, XSetWindowAttributes *attributes, @@ -130,55 +130,55 @@ Window XmbufCreateStereoWindow( .ta 3i \fIEvents:\fP typedef struct { - int type; /\(** of event */ - unsigned long serial; /\(** # of last request processed by server */ - 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 */ + int type; /\&* of event */ + unsigned long serial; /\&* # of last request processed by server */ + 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 */ } XmbufClobberNotifyEvent; .LP typedef struct { - int type; /\(** of event */ - unsigned long serial; /\(** # of last request processed by server */ - 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 type; /\&* of event */ + unsigned long serial; /\&* # of last request processed by server */ + 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; .LP \fIPer-window attributes that can be got:\fP typedef struct { - int displayed_index; /\(** which buffer is being displayed */ - int update_action; /\(** Undefined, Background, Untouched, Copied */ - int update_hint; /\(** Frequent, Intermittent, Static */ - int window_mode; /\(** Mono, Stereo */ - int nbuffers; /\(** Number of buffers */ - Multibuffer *buffers; /\(** Buffers */ + int displayed_index; /\&* which buffer is being displayed */ + int update_action; /\&* Undefined, Background, Untouched, Copied */ + int update_hint; /\&* Frequent, Intermittent, Static */ + int window_mode; /\&* Mono, Stereo */ + int nbuffers; /\&* Number of buffers */ + Multibuffer *buffers; /\&* Buffers */ } XmbufWindowAttributes; .LP \fIPer-window attributes that can be set:\fP typedef struct { - int update_hint; /\(** Frequent, Intermittent, Static */ + int update_hint; /\&* Frequent, Intermittent, Static */ } XmbufSetWindowAttributes; .LP \fIPer-buffer attributes that can be got:\fP typedef struct { - Window window; /\(** which window this belongs to */ - unsigned long event_mask; /\(** events that have been selected */ - int buffer_index; /\(** which buffer is this */ - int side; /\(** Mono, Left, Right */ + Window window; /\&* which window this belongs to */ + unsigned long event_mask; /\&* events that have been selected */ + int buffer_index; /\&* which buffer is this */ + int side; /\&* Mono, Left, Right */ } XmbufBufferAttributes; .LP \fIPer-buffer attributes that can be set:\fP typedef struct { - unsigned long event_mask; /\(** events that have been selected */ + unsigned long event_mask; /\&* events that have been selected */ } XmbufSetBufferAttributes; .LP \fIPer-screen buffer info (there will be lists of them):\fP typedef struct { - VisualID visualid; /\(** visual usable at this depth */ - int max_buffers; /\(** most buffers for this visual */ - int depth; /\(** depth of buffers to be created */ + VisualID visualid; /\&* visual usable at this depth */ + int max_buffers; /\&* most buffers for this visual */ + int depth; /\&* depth of buffers to be created */ } XmbufBufferInfo; .fi .SH DESCRIPTION |