mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +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
@@ -21,9 +21,9 @@
|
||||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "present/present_priv.h"
|
||||
#include "randr/randrstr_priv.h"
|
||||
|
||||
#include "present_priv.h"
|
||||
#include <misync.h>
|
||||
#include <misyncstr.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user