This commit is contained in:
Stuart Kreitman
2004-03-25 05:11:16 +00:00
parent f0336f18ee
commit d1e52f13ad
7 changed files with 37 additions and 116 deletions

View File

@@ -379,12 +379,6 @@ extern void CopyISOLatin1Lowered(
unsigned char * /*source*/,
int /*length*/);
extern int CompareISOLatin1Lowered(
unsigned char * /*a*/,
int alen,
unsigned char * /*b*/,
int blen);
#ifdef XCSECURITY
extern WindowPtr SecurityLookupWindow(
@@ -429,14 +423,12 @@ extern ClientPtr LookupClient(
extern void NoopDDA(void);
int AlterSaveSetForClient(
extern int AlterSaveSetForClient(
ClientPtr /*client*/,
WindowPtr /*pWin*/,
unsigned /*mode*/,
Bool /*toRoot*/,
Bool /*remap*/);
void DeleteWindowFromAnySaveSet(
unsigned /*mode*/);
extern void DeleteWindowFromAnySaveSet(
WindowPtr /*pWin*/);
extern void BlockHandler(
@@ -793,21 +785,4 @@ typedef struct {
int count;
} DeviceEventInfoRec;
/*
* SelectionCallback stuff
*/
extern CallbackListPtr SelectionCallback;
typedef enum {
SelectionSetOwner,
SelectionWindowDestroy,
SelectionClientClose
} SelectionCallbackKind;
typedef struct {
struct _Selection *selection;
SelectionCallbackKind kind;
} SelectionInfoRec;
#endif /* DIX_H */