mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
Revert "dix: unexport dixLookupProperty()"
This reverts commit fb697dd644.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2101>
This commit is contained in:
parent
9a4c322c4b
commit
0060b91b49
5 changed files with 6 additions and 10 deletions
|
|
@ -20,7 +20,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
||||||
#include "dix/dix_priv.h"
|
#include "dix/dix_priv.h"
|
||||||
#include "dix/property_priv.h"
|
|
||||||
|
|
||||||
#include "selection.h"
|
#include "selection.h"
|
||||||
#include "inputstr.h"
|
#include "inputstr.h"
|
||||||
|
|
|
||||||
|
|
@ -51,9 +51,6 @@ SOFTWARE.
|
||||||
#ifndef _XSERVER_PROPERTY_PRIV_H
|
#ifndef _XSERVER_PROPERTY_PRIV_H
|
||||||
#define _XSERVER_PROPERTY_PRIV_H
|
#define _XSERVER_PROPERTY_PRIV_H
|
||||||
|
|
||||||
#include <X11/X.h>
|
|
||||||
|
|
||||||
#include "dix.h"
|
|
||||||
#include "window.h"
|
#include "window.h"
|
||||||
#include "property.h"
|
#include "property.h"
|
||||||
|
|
||||||
|
|
@ -65,7 +62,4 @@ typedef struct _PropertyStateRec {
|
||||||
|
|
||||||
extern CallbackListPtr PropertyStateCallback;
|
extern CallbackListPtr PropertyStateCallback;
|
||||||
|
|
||||||
int dixLookupProperty(PropertyPtr *result, WindowPtr pWin, Atom proprty,
|
|
||||||
ClientPtr pClient, Mask access_mode);
|
|
||||||
|
|
||||||
#endif /* _XSERVER_PROPERTY_PRIV_H */
|
#endif /* _XSERVER_PROPERTY_PRIV_H */
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,6 @@
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include "dix/property_priv.h"
|
|
||||||
|
|
||||||
#include "quartz.h"
|
#include "quartz.h"
|
||||||
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,6 @@
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
|
|
||||||
#include "dix/dix_priv.h"
|
#include "dix/dix_priv.h"
|
||||||
#include "dix/property_priv.h"
|
|
||||||
|
|
||||||
#include "compositeext.h"
|
#include "compositeext.h"
|
||||||
#include "compint.h"
|
#include "compint.h"
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,12 @@ SOFTWARE.
|
||||||
|
|
||||||
typedef struct _Property *PropertyPtr;
|
typedef struct _Property *PropertyPtr;
|
||||||
|
|
||||||
|
extern _X_EXPORT int dixLookupProperty(PropertyPtr * /*result */ ,
|
||||||
|
WindowPtr /*pWin */ ,
|
||||||
|
Atom /*proprty */ ,
|
||||||
|
ClientPtr /*pClient */ ,
|
||||||
|
Mask /*access_mode */ );
|
||||||
|
|
||||||
extern _X_EXPORT int dixChangeWindowProperty(ClientPtr pClient,
|
extern _X_EXPORT int dixChangeWindowProperty(ClientPtr pClient,
|
||||||
WindowPtr pWin,
|
WindowPtr pWin,
|
||||||
Atom property,
|
Atom property,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue