mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 07:00:03 +01:00
parent
6d8dbe3db8
commit
0afa60c22c
4 changed files with 10 additions and 7 deletions
9
mi/mi.h
9
mi/mi.h
|
|
@ -108,6 +108,15 @@ miDoCopy(DrawablePtr pSrcDrawable,
|
||||||
int xOut,
|
int xOut,
|
||||||
int yOut, miCopyProc copyProc, Pixel bitplane, void *closure);
|
int yOut, miCopyProc copyProc, Pixel bitplane, void *closure);
|
||||||
|
|
||||||
|
/* midash.c */
|
||||||
|
|
||||||
|
extern _X_EXPORT void miStepDash(int /*dist */ ,
|
||||||
|
int * /*pDashIndex */ ,
|
||||||
|
unsigned char * /*pDash */ ,
|
||||||
|
int /*numInDashList */ ,
|
||||||
|
int * /*pDashOffset */
|
||||||
|
);
|
||||||
|
|
||||||
/* mieq.c */
|
/* mieq.c */
|
||||||
|
|
||||||
#ifndef INPUT_H
|
#ifndef INPUT_H
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,5 @@
|
||||||
void miScreenClose(ScreenPtr pScreen);
|
void miScreenClose(ScreenPtr pScreen);
|
||||||
|
|
||||||
void miWideArc(DrawablePtr pDraw, GCPtr pGC, int narcs, xArc * parcs);
|
void miWideArc(DrawablePtr pDraw, GCPtr pGC, int narcs, xArc * parcs);
|
||||||
void miStepDash(int dist, int * pDashIndex, unsigned char * pDash,
|
|
||||||
int numInDashList, int *pDashOffset);
|
|
||||||
|
|
||||||
#endif /* _XSERVER_MI_PRIV_H */
|
#endif /* _XSERVER_MI_PRIV_H */
|
||||||
|
|
|
||||||
|
|
@ -45,8 +45,6 @@ SOFTWARE.
|
||||||
******************************************************************/
|
******************************************************************/
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
||||||
#include "mi/mi_priv.h"
|
|
||||||
|
|
||||||
#include "regionstr.h"
|
#include "regionstr.h"
|
||||||
#include "mistruct.h"
|
#include "mistruct.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,13 +63,11 @@ SOFTWARE.
|
||||||
#undef _XOPEN_SOURCE
|
#undef _XOPEN_SOURCE
|
||||||
#endif
|
#endif
|
||||||
#include <X11/X.h>
|
#include <X11/X.h>
|
||||||
|
|
||||||
#include "mi/mi_priv.h"
|
|
||||||
|
|
||||||
#include "windowstr.h"
|
#include "windowstr.h"
|
||||||
#include "gcstruct.h"
|
#include "gcstruct.h"
|
||||||
#include "regionstr.h"
|
#include "regionstr.h"
|
||||||
#include "miwideline.h"
|
#include "miwideline.h"
|
||||||
|
#include "mi.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int count; /* number of spans */
|
int count; /* number of spans */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue