summaryrefslogtreecommitdiff
path: root/man/XvPortNotify.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XvPortNotify.man')
-rw-r--r--man/XvPortNotify.man58
1 files changed, 58 insertions, 0 deletions
diff --git a/man/XvPortNotify.man b/man/XvPortNotify.man
new file mode 100644
index 0000000..acccf85
--- /dev/null
+++ b/man/XvPortNotify.man
@@ -0,0 +1,58 @@
+.TH XvPortNotify 3X __vendorversion__
+.\" $XFree86: xc/doc/man/Xv/XvPortNotify.man,v 1.5 2001/01/27 18:20:36 dawes Exp $
+.SH Name
+XvPortNotify \- event generated when port attributes change
+.\"
+.SH Syntax
+.B #include <X11/extensions/Xvlib.h>
+.br
+.sp 1l
+.EX
+
+ typedef union {
+ int type;
+ XvVideoNotifyEvent xvvideo;
+ XvPortNotifyEvent xvport;
+ long pad[24];
+ } XvEvent;
+
+ typedef struct {
+ int type;
+ unsigned long serial;
+ Bool send_event;
+ Display *display;
+ XvPortID port_id;
+ Time time;
+ Atom attribute;
+ long value;
+ } XvPortNotifyEvent;
+
+.EE
+.\"
+.IP \fItype\fR 8
+Specifies the type of event: XvPortNotify.
+.IP \fIserial\fR 8
+Number of the last request processed by the server.
+.IP \fIsend_event\fR 8
+True if the event was generated by a SendEvent request.
+.IP \fIdisplay\fR 8
+A pointer to the display the event was read from.
+.IP \fIport_id\fR 8
+The port whose attribute has changed.
+.IP \fIattribute\fR 8
+An atom specifying the attribute that changed.
+.IP \fIvalue\fR 8
+The new value of the attribute.
+.\"
+.SH Description
+.\"
+XvPortNotify events are generated when a port attribute is set using
+the XvSetPortAttribute(3X) function.
+.\"
+.SH See Also
+XvSetPortAttribute(3X), XvGetPortAttribute(3X), XvSelectPortNotify(3X)
+.\"
+
+
+
+