mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 04:58:06 +02:00
xfree86 merge
This commit is contained in:
parent
06a126713d
commit
ee743606b5
18 changed files with 0 additions and 95 deletions
|
|
@ -34,11 +34,6 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "Xlcint.h"
|
||||
#include "Ximint.h"
|
||||
|
||||
/* EXTERNS */
|
||||
|
||||
/* imRm.c */
|
||||
extern Bool _XimCheckCreateICValues();
|
||||
|
||||
Private Bool
|
||||
_XimCreateICCheck(
|
||||
Xim im,
|
||||
|
|
|
|||
|
|
@ -76,30 +76,6 @@ SOFTWARE.
|
|||
#include "XlcPubI.h"
|
||||
|
||||
|
||||
/* EXTERNS */
|
||||
/* KeyBind.c */
|
||||
extern int _XKeyInitialize();
|
||||
|
||||
/* lcStd.c */
|
||||
extern int _Xlcmbstowcs(
|
||||
XLCd lcd,
|
||||
wchar_t *wstr,
|
||||
char *str,
|
||||
int len
|
||||
);
|
||||
extern int _Xlcwcstombs(
|
||||
XLCd lcd,
|
||||
char *str,
|
||||
wchar_t *wstr,
|
||||
int len
|
||||
);
|
||||
extern int _Xlcmbstoutf8(
|
||||
XLCd lcd,
|
||||
char *ustr,
|
||||
const char *str,
|
||||
int len
|
||||
);
|
||||
|
||||
#define SPACE 32
|
||||
|
||||
/* character classification table */
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@ in this Software without prior written authorization from The Open Group.
|
|||
|
||||
#include "Xlibint.h"
|
||||
|
||||
extern void _XProcessWindowAttributes();
|
||||
|
||||
#define AllMaskBits (CWBackPixmap|CWBackPixel|CWBorderPixmap|\
|
||||
CWBorderPixel|CWBitGravity|CWWinGravity|\
|
||||
CWBackingStore|CWBackingPlanes|CWBackingPixel|\
|
||||
|
|
|
|||
|
|
@ -34,9 +34,6 @@ from The Open Group.
|
|||
#include "Xlibint.h"
|
||||
#include "Xintconn.h"
|
||||
|
||||
/* ConnDis.c */
|
||||
extern int _XDisconnectDisplay();
|
||||
|
||||
/*
|
||||
* XCloseDisplay - XSync the connection to the X Server, close the connection,
|
||||
* and free all associated storage. Extension close procs should only free
|
||||
|
|
|
|||
|
|
@ -31,10 +31,6 @@ in this Software without prior written authorization from The Open Group.
|
|||
#include <X11/Xutil.h> /* for XDestroyImage */
|
||||
#include "ImUtil.h"
|
||||
|
||||
/* ImUtil.c */
|
||||
extern int _XGetScanlinePad();
|
||||
extern int _XSetImage();
|
||||
|
||||
#define ROUNDUP(nbytes, pad) (((((nbytes) - 1) + (pad)) / (pad)) * (pad))
|
||||
|
||||
static unsigned int Ones( /* HACKMEM 169 */
|
||||
|
|
|
|||
|
|
@ -68,12 +68,6 @@ from The Open Group.
|
|||
#include "Xcmsint.h"
|
||||
#include "Cv.h"
|
||||
|
||||
/* cmsInt.c */
|
||||
extern int _XcmsInitDefaultCCCs();
|
||||
extern int _XcmsInitScrnInfo();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/************************************************************************
|
||||
|
|
|
|||
|
|
@ -39,12 +39,6 @@
|
|||
#include "Xcmsint.h"
|
||||
#include "Cv.h"
|
||||
|
||||
/* EXTERNS */
|
||||
/* CvCols.c */
|
||||
extern Status _XcmsDDConvertColors();
|
||||
extern Status _XcmsDIConvertColors();
|
||||
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
|
|
|
|||
|
|
@ -36,8 +36,6 @@
|
|||
#include "Xcmsint.h"
|
||||
#include "Cv.h"
|
||||
|
||||
extern Status _XcmsDIConvertColors();
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
|
|
|
|||
|
|
@ -36,9 +36,6 @@
|
|||
#include "Xcmsint.h"
|
||||
#include "Cv.h"
|
||||
|
||||
/* CvCols.c */
|
||||
extern Status _XcmsDIConvertColors();
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
|
|
|
|||
|
|
@ -47,12 +47,6 @@
|
|||
|
||||
#include <stdio.h> /* sscanf */
|
||||
|
||||
/* CvCols.c */
|
||||
extern Status _XcmsDIConvertColors();
|
||||
|
||||
/* uvY.c */
|
||||
Status _XcmsCIEuvY_ValidSpec();
|
||||
|
||||
|
||||
/*
|
||||
* FORWARD DECLARATIONS
|
||||
|
|
|
|||
|
|
@ -36,11 +36,6 @@
|
|||
#include "Xcmsint.h"
|
||||
#include "Cv.h"
|
||||
|
||||
/* EXTERNS */
|
||||
|
||||
/* CvCols.c */
|
||||
extern Status _XcmsDIConvertColors();
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
|
|
|
|||
|
|
@ -36,9 +36,6 @@
|
|||
#include "Xcmsint.h"
|
||||
#include "Cv.h"
|
||||
|
||||
/* CvCols.c */
|
||||
extern Status _XcmsDIConvertColors();
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
|
|
|
|||
|
|
@ -48,9 +48,6 @@
|
|||
#define START_CHROMA (XcmsFloat)2.2
|
||||
#define TOPL (XcmsFloat)100.0
|
||||
|
||||
/* CvColW.c */
|
||||
extern Status _XcmsConvertColorsWithWhitePt();
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
|
|
|
|||
|
|
@ -38,11 +38,6 @@
|
|||
#include "Xcmsint.h"
|
||||
#include "Cv.h"
|
||||
|
||||
/* EXTERNS */
|
||||
|
||||
/* SetGetCols.c */
|
||||
extern Status _XcmsSetGetColors();
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
|
|
|
|||
|
|
@ -38,11 +38,6 @@
|
|||
#include "Xcmsint.h"
|
||||
#include "Cv.h"
|
||||
|
||||
/* EXTERN */
|
||||
|
||||
/* SetGetCols.c */
|
||||
extern Status _XcmsSetGetColors();
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
|
|
|
|||
|
|
@ -38,11 +38,6 @@
|
|||
#include "Xcmsint.h"
|
||||
#include "Cv.h"
|
||||
|
||||
/* EXTERN */
|
||||
|
||||
/* SetGetCols.c */
|
||||
extern Status _XcmsSetGetColors();
|
||||
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
|
|
|
|||
|
|
@ -38,11 +38,6 @@
|
|||
#include "Xcmsint.h"
|
||||
#include "Cv.h"
|
||||
|
||||
/* EXTERNS */
|
||||
|
||||
/* SetGetCols.c */
|
||||
extern Status _XcmsSetGetColors();
|
||||
|
||||
|
||||
/*
|
||||
* NAME
|
||||
|
|
|
|||
|
|
@ -40,9 +40,6 @@
|
|||
#include "Xcmsint.h"
|
||||
#include "Cv.h"
|
||||
|
||||
/* cmsColNm.c */
|
||||
extern Status _XcmsResolveColorString();
|
||||
|
||||
|
||||
/*
|
||||
* NAME
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue