xkb: xkbgeom.h: drop #define's on function names
There's no use in redefining function names via preprocessor this funny ways. Perhaps there once was back when that header used to live outside the server tree, but that's decades ago. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
5495095e81
commit
9129ed51c2
|
|
@ -29,10 +29,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#include "xkbstr.h"
|
||||
|
||||
#define XkbFreeGeomOutlines SrvXkbFreeGeomOutlines
|
||||
#define XkbFreeGeomShapes SrvXkbFreeGeomShapes
|
||||
#define XkbFreeGeometry SrvXkbFreeGeometry
|
||||
|
||||
typedef struct _XkbProperty {
|
||||
char *name;
|
||||
char *value;
|
||||
|
|
|
|||
Loading…
Reference in New Issue