xkb: rename xkbgeom.h to xkbgeom_priv.h

Our naming convention for headers is that private ones (not exported,
ie. not part of xf86 sdk) shall be suffixed by "_priv.h".

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-01-19 11:51:59 +01:00
committed by Enrico Weigelt
parent f738e30963
commit 5a7fb205a1
11 changed files with 10 additions and 10 deletions

View File

@@ -44,7 +44,7 @@
#include "inputstr.h"
#include "opaque.h"
#include "property.h"
#include "../xkb/xkbgeom.h"
#include "../xkb/xkbgeom_priv.h"
#include <X11/extensions/XKMformat.h>
#include <assert.h>