(submit/selection.h) dix: rename selection.h to selection_priv.h

rename it in order to reflects it's private nature (not exported).

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-06-28 01:18:13 +02:00
parent 54ed3abcd4
commit 9673318434
12 changed files with 24 additions and 19 deletions

View File

@ -25,12 +25,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define XACE_MAJOR_VERSION 2 #define XACE_MAJOR_VERSION 2
#define XACE_MINOR_VERSION 0 #define XACE_MINOR_VERSION 0
#include "dix/selection_priv.h"
#include "extnsionst.h" #include "extnsionst.h"
#include "pixmap.h" #include "pixmap.h"
#include "region.h" #include "region.h"
#include "window.h" #include "window.h"
#include "property.h" #include "property.h"
#include "selection.h"
/* Default window background */ /* Default window background */
#define XaceBackgroundNoneState(w) ((w)->forcedBG ? BackgroundPixel : None) #define XaceBackgroundNoneState(w) ((w)->forcedBG ? BackgroundPixel : None)

View File

@ -20,13 +20,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#ifndef _XACESTR_H #ifndef _XACESTR_H
#define _XACESTR_H #define _XACESTR_H
#include "dix/selection_priv.h"
#include "dix.h" #include "dix.h"
#include "resource.h" #include "resource.h"
#include "extnsionst.h" #include "extnsionst.h"
#include "window.h" #include "window.h"
#include "input.h" #include "input.h"
#include "property.h" #include "property.h"
#include "selection.h"
#include "xace.h" #include "xace.h"
/* XACE_CORE_DISPATCH */ /* XACE_CORE_DISPATCH */

View File

@ -22,9 +22,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#endif #endif
#include "dix/dix_priv.h" #include "dix/dix_priv.h"
#include "dix/selection_priv.h"
#include "miext/extinit_priv.h" #include "miext/extinit_priv.h"
#include "selection.h"
#include "inputstr.h" #include "inputstr.h"
#include "windowstr.h" #include "windowstr.h"
#include "propertyst.h" #include "propertyst.h"

View File

@ -35,8 +35,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <X11/Xfuncproto.h> #include <X11/Xfuncproto.h>
#include "dix/registry_priv.h" #include "dix/registry_priv.h"
#include "dix/selection_priv.h"
#include "selection.h"
#include "inputstr.h" #include "inputstr.h"
#include "scrnintstr.h" #include "scrnintstr.h"
#include "windowstr.h" #include "windowstr.h"

View File

@ -29,13 +29,15 @@
#include <X11/X.h> #include <X11/X.h>
#include <X11/Xproto.h> #include <X11/Xproto.h>
#include <X11/extensions/damageproto.h>
#include "dix/selection_priv.h"
#include "misc.h" #include "misc.h"
#include "os.h" #include "os.h"
#include "dixstruct.h" #include "dixstruct.h"
#include "extnsionst.h" #include "extnsionst.h"
#include <X11/extensions/damageproto.h>
#include "windowstr.h" #include "windowstr.h"
#include "selection.h"
#include "scrnintstr.h" #include "scrnintstr.h"
#include "damage.h" #include "damage.h"
#include "xfixes.h" #include "xfixes.h"

View File

@ -110,6 +110,7 @@ Equipment Corporation.
#include "dix/gc_priv.h" #include "dix/gc_priv.h"
#include "dix/registry_priv.h" #include "dix/registry_priv.h"
#include "dix/screenint_priv.h" #include "dix/screenint_priv.h"
#include "dix/selection_priv.h"
#include "include/resource.h" #include "include/resource.h"
#include "miext/extinit_priv.h" #include "miext/extinit_priv.h"
#include "os/auth.h" #include "os/auth.h"
@ -119,7 +120,6 @@ Equipment Corporation.
#include "windowstr.h" #include "windowstr.h"
#include "dixfontstr.h" #include "dixfontstr.h"
#include "gcstruct.h" #include "gcstruct.h"
#include "selection.h"
#include "colormapst.h" #include "colormapst.h"
#include "cursorstr.h" #include "cursorstr.h"
#include "scrnintstr.h" #include "scrnintstr.h"

View File

@ -78,15 +78,19 @@ Equipment Corporation.
#include <version-config.h> #include <version-config.h>
#endif #endif
#include <pixman.h>
#include <X11/X.h> #include <X11/X.h>
#include <X11/Xos.h> /* for unistd.h */ #include <X11/Xos.h> /* for unistd.h */
#include <X11/Xproto.h> #include <X11/Xproto.h>
#include <pixman.h> #include <X11/fonts/font.h>
#include <X11/fonts/fontstruct.h>
#include <X11/fonts/libxfont2.h>
#include "dix/callback_priv.h" #include "dix/callback_priv.h"
#include "dix/dix_priv.h" #include "dix/dix_priv.h"
#include "dix/gc_priv.h" #include "dix/gc_priv.h"
#include "dix/registry_priv.h" #include "dix/registry_priv.h"
#include "dix/selection_priv.h"
#include "os/audit.h" #include "os/audit.h"
#include "os/auth.h" #include "os/auth.h"
#include "os/cmdline.h" #include "os/cmdline.h"
@ -104,10 +108,6 @@ Equipment Corporation.
#include "colormap.h" #include "colormap.h"
#include "colormapst.h" #include "colormapst.h"
#include "cursorstr.h" #include "cursorstr.h"
#include "selection.h"
#include <X11/fonts/font.h>
#include <X11/fonts/fontstruct.h>
#include <X11/fonts/libxfont2.h>
#include "servermd.h" #include "servermd.h"
#include "hotplug.h" #include "hotplug.h"
#include "dixfont.h" #include "dixfont.h"

View File

@ -49,11 +49,11 @@ SOFTWARE.
#endif #endif
#include "dix/dix_priv.h" #include "dix/dix_priv.h"
#include "dix/selection_priv.h"
#include "windowstr.h" #include "windowstr.h"
#include "dixstruct.h" #include "dixstruct.h"
#include "dispatch.h" #include "dispatch.h"
#include "selection.h"
#include "xace.h" #include "xace.h"
/***************************************************************** /*****************************************************************

View File

@ -103,6 +103,7 @@ Equipment Corporation.
#include "dix/colormap_priv.h" #include "dix/colormap_priv.h"
#include "dix/dix_priv.h" #include "dix/dix_priv.h"
#include "dix/exevents_priv.h" #include "dix/exevents_priv.h"
#include "dix/selection_priv.h"
#include "os/auth.h" #include "os/auth.h"
#include "misc.h" #include "misc.h"
@ -131,7 +132,6 @@ Equipment Corporation.
#ifdef COMPOSITE #ifdef COMPOSITE
#include "compint.h" #include "compint.h"
#endif #endif
#include "selection.h"
#include "inpututils.h" #include "inpututils.h"
#include "privates.h" #include "privates.h"
#include "xace.h" #include "xace.h"

View File

@ -37,12 +37,13 @@
#include "dix/dix_priv.h" #include "dix/dix_priv.h"
#include "dix/screenint_priv.h" #include "dix/screenint_priv.h"
#include "dix/selection_priv.h"
#include "os/auth.h"
#include "os/cmdline.h" #include "os/cmdline.h"
#include "os/ddx_priv.h" #include "os/ddx_priv.h"
#include "os/osdep.h" #include "os/osdep.h"
#include "os/xserver_poll.h" #include "os/xserver_poll.h"
#include <selection.h>
#include <micmap.h> #include <micmap.h>
#include <misyncshm.h> #include <misyncshm.h>
#include <compositeext.h> #include <compositeext.h>
@ -53,8 +54,6 @@
#include <propertyst.h> #include <propertyst.h>
#include <version-config.h> #include <version-config.h>
#include "os/auth.h"
#include "xwayland-screen.h" #include "xwayland-screen.h"
#include "xwayland-vidmode.h" #include "xwayland-vidmode.h"

View File

@ -51,13 +51,15 @@
#include <X11/X.h> #include <X11/X.h>
#include <X11/Xproto.h> #include <X11/Xproto.h>
#include <X11/extensions/xfixesproto.h>
#include "dix/selection_priv.h"
#include "misc.h" #include "misc.h"
#include "os.h" #include "os.h"
#include "dixstruct.h" #include "dixstruct.h"
#include "extnsionst.h" #include "extnsionst.h"
#include <X11/extensions/xfixesproto.h>
#include "windowstr.h" #include "windowstr.h"
#include "selection.h"
#include "xfixes.h" #include "xfixes.h"
extern int XFixesEventBase; extern int XFixesEventBase;