mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
present: unexport symbols not used by drivers
these symbols aren't used by any external drivers (not even proprietary Nvidia), so no need to keep them exported any longer: * present_check_flips * present_register_complete_notify * present_can_window_flip * uint32_t FakeScreenFps Since it's not any *effective* ABI change, can go into current ABI-25 line. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
0e723d3b1e
commit
f29fb6bb62
@@ -40,6 +40,7 @@
|
||||
#include "dix/request_priv.h"
|
||||
#include "dix/rpcbuf_priv.h"
|
||||
#include "os/bug_priv.h"
|
||||
#include "present/present_priv.h"
|
||||
|
||||
#include "glxserver.h"
|
||||
#include <unpack.h>
|
||||
|
||||
Reference in New Issue
Block a user