60 lines
2.4 KiB
C
60 lines
2.4 KiB
C
/*
|
|
* Thread safe wrappers around Xutil calls.
|
|
* Always include this file instead of <X11/Xutil.h>.
|
|
* This file was generated automatically by tools/make_X11wrappers
|
|
*
|
|
* Copyright 1998 Kristian Nielsen
|
|
*/
|
|
|
|
#ifndef __WINE_TSXUTIL_H
|
|
#define __WINE_TSXUTIL_H
|
|
|
|
#include "config.h"
|
|
|
|
#ifndef X_DISPLAY_MISSING
|
|
|
|
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Xresource.h>
|
|
#include <X11/Xutil.h>
|
|
|
|
extern XClassHint * TSXAllocClassHint(void);
|
|
extern XSizeHints * TSXAllocSizeHints(void);
|
|
extern XWMHints * TSXAllocWMHints(void);
|
|
extern int TSXClipBox(Region, XRectangle*);
|
|
extern Region TSXCreateRegion(void);
|
|
extern int TSXDeleteContext(Display*, XID, XContext);
|
|
extern int TSXDestroyRegion(Region);
|
|
extern int TSXEmptyRegion(Region);
|
|
extern int TSXEqualRegion(Region, Region);
|
|
extern int TSXFindContext(Display*, XID, XContext, XPointer*);
|
|
extern XVisualInfo * TSXGetVisualInfo(Display*, long, XVisualInfo*, int*);
|
|
extern int TSXGetWMSizeHints(Display*, Window, XSizeHints*, long*, Atom);
|
|
extern int TSXIntersectRegion(Region, Region, Region);
|
|
extern int TSXLookupString(XKeyEvent*, char*, int, KeySym*, XComposeStatus*);
|
|
extern int TSXOffsetRegion(Region, int, int);
|
|
extern int TSXPointInRegion(Region, int, int);
|
|
extern Region TSXPolygonRegion(XPoint*, int, int);
|
|
extern int TSXRectInRegion(Region, int, int, unsigned int, unsigned int);
|
|
extern int TSXSaveContext(Display*, XID, XContext, const char*);
|
|
extern int TSXSetClassHint(Display*, Window, XClassHint*);
|
|
extern int TSXSetWMHints(Display*, Window, XWMHints*);
|
|
extern void TSXSetWMProperties(Display*, Window, XTextProperty*, XTextProperty*, char**, int, XSizeHints*, XWMHints*, XClassHint*);
|
|
extern void TSXSetWMSizeHints(Display*, Window, XSizeHints*, Atom);
|
|
extern int TSXSetRegion(Display*, GC, Region);
|
|
extern int TSXShrinkRegion(Region, int, int);
|
|
extern int TSXStringListToTextProperty(char**, int, XTextProperty*);
|
|
extern int TSXSubtractRegion(Region, Region, Region);
|
|
extern int TSXUnionRectWithRegion(XRectangle*, Region, Region);
|
|
extern int TSXUnionRegion(Region, Region, Region);
|
|
extern int TSXXorRegion(Region, Region, Region);
|
|
extern int TSXDestroyImage(struct _XImage *);
|
|
extern struct _XImage * TSXSubImage(struct _XImage *, int, int, unsigned int, unsigned int);
|
|
extern int TSXAddPixel(struct _XImage *, long);
|
|
extern XContext TSXUniqueContext(void);
|
|
|
|
|
|
#endif /* !defined(X_DISPLAY_MISSING) */
|
|
|
|
#endif /* __WINE_TSXUTIL_H */
|