mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: unexport eventconvert.h functions
This header isn't installed, so no external modules could use the functions declared there. Thus we can unexport it all. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1358>
This commit is contained in:
@@ -37,8 +37,10 @@
|
||||
#include <X11/Xatom.h>
|
||||
#include "windowstr.h"
|
||||
#include "inputstr.h"
|
||||
#include "eventconvert.h"
|
||||
#include "exevents.h"
|
||||
|
||||
#include "dix/eventconvert.h"
|
||||
|
||||
#include "exglobals.h"
|
||||
#include "dixgrabs.h"
|
||||
#include "eventstr.h"
|
||||
|
||||
Reference in New Issue
Block a user