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:
parent
4ebb02cdda
commit
5f5d55be88
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue