mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +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 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 */
|
||||
|
||||
#ifndef INPUT_H
|
||||
|
|
|
|||
|
|
@ -15,7 +15,5 @@
|
|||
void miScreenClose(ScreenPtr pScreen);
|
||||
|
||||
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 */
|
||||
|
|
|
|||
|
|
@ -45,8 +45,6 @@ SOFTWARE.
|
|||
******************************************************************/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "mi/mi_priv.h"
|
||||
|
||||
#include "regionstr.h"
|
||||
#include "mistruct.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -63,13 +63,11 @@ SOFTWARE.
|
|||
#undef _XOPEN_SOURCE
|
||||
#endif
|
||||
#include <X11/X.h>
|
||||
|
||||
#include "mi/mi_priv.h"
|
||||
|
||||
#include "windowstr.h"
|
||||
#include "gcstruct.h"
|
||||
#include "regionstr.h"
|
||||
#include "miwideline.h"
|
||||
#include "mi.h"
|
||||
|
||||
typedef struct {
|
||||
int count; /* number of spans */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue