open-src/xserver/xorg/sun-src/tsol/tsol.h
changeset 606 068c11b419c9
parent 98 c21b46ed1efd
child 614 5ef3ebaba4c3
equal deleted inserted replaced
605:e5259db5befc 606:068c11b419c9
     1 /* Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
     1 /* Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     2  *
     2  *
     3  * Permission is hereby granted, free of charge, to any person obtaining a
     3  * Permission is hereby granted, free of charge, to any person obtaining a
     4  * copy of this software and associated documentation files (the
     4  * copy of this software and associated documentation files (the
     5  * "Software"), to deal in the Software without restriction, including
     5  * "Software"), to deal in the Software without restriction, including
     6  * without limitation the rights to use, copy, modify, merge, publish,
     6  * without limitation the rights to use, copy, modify, merge, publish,
    24  * shall not be used in advertising or otherwise to promote the sale, use
    24  * shall not be used in advertising or otherwise to promote the sale, use
    25  * or other dealings in this Software without prior written authorization
    25  * or other dealings in this Software without prior written authorization
    26  * of the copyright holder.
    26  * of the copyright holder.
    27  */ 
    27  */ 
    28 
    28 
    29 #pragma ident   "@(#)tsol.h 1.6     07/01/24 SMI"
    29 #pragma ident   "@(#)tsol.h 1.7     09/01/14 SMI"
    30 
    30 
    31 /*
    31 /*
    32  * tsol.h server side extension
    32  * tsol.h server side extension
    33  */
    33  */
    34 
    34 
    56 #include <X11/extensions/Xtsol.h>
    56 #include <X11/extensions/Xtsol.h>
    57 #include <X11/extensions/Xtsolproto.h>
    57 #include <X11/extensions/Xtsolproto.h>
    58 
    58 
    59 #include "tsolinfo.h"
    59 #include "tsolinfo.h"
    60 
    60 
    61 extern int tsolWindowPrivateIndex;  /* declared in tsol.c */
       
    62 extern int tsolPixmapPrivateIndex; 
       
    63 extern int SpecialName(char *string, int len);
    61 extern int SpecialName(char *string, int len);
    64 extern TsolInfoPtr GetClientTsolInfo();
    62 extern TsolInfoPtr GetClientTsolInfo(ClientPtr client);
    65 extern bslabel_t *lookupSL_low();
    63 extern bslabel_t *lookupSL_low(void);
    66 extern int PolyPropReadable(PropertyPtr pProp, ClientPtr client);
    64 extern int PolyPropReadable(PropertyPtr pProp, ClientPtr client);
    67 extern void ReflectStackChange(WindowPtr pWin, WindowPtr pSib, VTKind  kind);
    65 extern void ReflectStackChange(WindowPtr pWin, WindowPtr pSib, VTKind  kind);
    68 extern WindowPtr TsolPointerWindow();
    66 extern WindowPtr TsolPointerWindow(void);
    69 
    67 
    70 #ifdef PANORAMIX
    68 #ifdef PANORAMIX
    71 extern int PanoramiXGetInputFocus(ClientPtr client);
    69 extern int PanoramiXGetInputFocus(ClientPtr client);
    72 #endif
    70 #endif