mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +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
@@ -24,8 +24,8 @@
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/request_priv.h"
|
||||
#include "dri3/dri3_priv.h"
|
||||
#include "present/present_priv.h"
|
||||
|
||||
#include "present_priv.h"
|
||||
#include "randrstr_priv.h"
|
||||
#include <protocol-versions.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user