Xvlib.h   Xvlib.h 
skipping to change at line 58 skipping to change at line 58
** 05.15.91 Carver ** 05.15.91 Carver
** - version 2.0 upgrade ** - version 2.0 upgrade
** **
** 01.24.91 Carver ** 01.24.91 Carver
** - version 1.4 upgrade ** - version 1.4 upgrade
** **
*/ */
#include <X11/Xfuncproto.h> #include <X11/Xfuncproto.h>
#include <X11/extensions/Xv.h> #include <X11/extensions/Xv.h>
#include <X11/extensions/XShm.h>
typedef struct { typedef struct {
int numerator; int numerator;
int denominator; int denominator;
} XvRational; } XvRational;
typedef struct { typedef struct {
int flags; /* XvGettable, XvSettable */ int flags; /* XvGettable, XvSettable */
int min_value; int min_value;
int max_value; int max_value;
skipping to change at line 367 skipping to change at line 368
int src_y, int src_y,
unsigned int src_w, unsigned int src_w,
unsigned int src_h, unsigned int src_h,
int dest_x, int dest_x,
int dest_y, int dest_y,
unsigned int dest_w, unsigned int dest_w,
unsigned int dest_h, unsigned int dest_h,
Bool send_event Bool send_event
); );
#ifdef _XSHM_H_
extern XvImage * XvShmCreateImage ( extern XvImage * XvShmCreateImage (
Display *display, Display *display,
XvPortID port, XvPortID port,
int id, int id,
char* data, char* data,
int width, int width,
int height, int height,
XShmSegmentInfo *shminfo XShmSegmentInfo *shminfo
); );
#endif
_XFUNCPROTOEND _XFUNCPROTOEND
#endif /* XVLIB_H */ #endif /* XVLIB_H */
 End of changes. 3 change blocks. 
4 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/