dix: unexport XREGISTRY_UNKNOWN define

It's not used by external modules, thus no need to have it in the
public API.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1348>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-01 10:36:03 +01:00 committed by Marge Bot
parent 4ebb02cdda
commit 5f5d55be88
2 changed files with 5 additions and 5 deletions

View File

@ -8,6 +8,11 @@
#include "include/extnsionst.h"
#include "include/resource.h"
/*
* Result returned from any unsuccessful lookup
*/
#define XREGISTRY_UNKNOWN "<unknown>"
/*
* Setup and teardown
*/

View File

@ -12,11 +12,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#ifndef DIX_REGISTRY_H
#define DIX_REGISTRY_H
/*
* Result returned from any unsuccessful lookup
*/
#define XREGISTRY_UNKNOWN "<unknown>"
#include "resource.h"
#include "extnsionst.h"