tsol.h revision 98
970N/A/* Copyright 2007 Sun Microsystems, Inc. All rights reserved.
970N/A *
970N/A * Permission is hereby granted, free of charge, to any person obtaining a
970N/A * copy of this software and associated documentation files (the
970N/A * "Software"), to deal in the Software without restriction, including
970N/A * without limitation the rights to use, copy, modify, merge, publish,
970N/A * distribute, and/or sell copies of the Software, and to permit persons
970N/A * to whom the Software is furnished to do so, provided that the above
970N/A * copyright notice(s) and this permission notice appear in all copies of
970N/A * the Software and that both the above copyright notice(s) and this
970N/A * permission notice appear in supporting documentation.
970N/A *
970N/A * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
970N/A * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
970N/A * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
970N/A * OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
970N/A * HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
970N/A * INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
970N/A * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
970N/A * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
970N/A * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
970N/A *
970N/A * Except as contained in this notice, the name of a copyright holder
970N/A * shall not be used in advertising or otherwise to promote the sale, use
970N/A * or other dealings in this Software without prior written authorization
970N/A * of the copyright holder.
970N/A */
970N/A
970N/A#pragma ident "@(#)tsol.h 1.6 07/01/24 SMI"
970N/A
970N/A/*
970N/A * tsol.h server side extension
970N/A */
970N/A
970N/A#define NEED_REPLIES
970N/A#define NEED_EVENTS
970N/A#define _XTSOL_SERVER
970N/A
970N/A#ifdef HAVE_DIX_CONFIG_H
970N/A#include <dix-config.h>
970N/A#endif
970N/A
970N/A#include <X11/X.h>
970N/A#include <X11/Xproto.h>
970N/A#include "misc.h"
970N/A#include "os.h"
970N/A#include "windowstr.h"
970N/A#include "input.h"
970N/A#include "scrnintstr.h"
970N/A#include "pixmapstr.h"
970N/A#include "extnsionst.h"
970N/A#include "dixstruct.h"
970N/A#include "gcstruct.h"
970N/A#include "propertyst.h"
970N/A#include "validate.h"
970N/A#include <X11/extensions/Xtsol.h>
970N/A#include <X11/extensions/Xtsolproto.h>
970N/A
970N/A#include "tsolinfo.h"
970N/A
970N/Aextern int tsolWindowPrivateIndex; /* declared in tsol.c */
970N/Aextern int tsolPixmapPrivateIndex;
970N/Aextern int SpecialName(char *string, int len);
970N/Aextern TsolInfoPtr GetClientTsolInfo();
970N/Aextern bslabel_t *lookupSL_low();
970N/Aextern int PolyPropReadable(PropertyPtr pProp, ClientPtr client);
970N/Aextern void ReflectStackChange(WindowPtr pWin, WindowPtr pSib, VTKind kind);
970N/Aextern WindowPtr TsolPointerWindow();
970N/A
970N/A#ifdef PANORAMIX
970N/Aextern int PanoramiXGetInputFocus(ClientPtr client);
970N/A#endif
970N/A