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
@@ -22,10 +22,8 @@
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "dix/screen_hooks_priv.h"
|
||||
|
||||
#include "present_priv.h"
|
||||
|
||||
#include "miext/extinit_priv.h"
|
||||
#include "present/present_priv.h"
|
||||
|
||||
int present_request;
|
||||
DevPrivateKeyRec present_screen_private_key;
|
||||
|
||||
Reference in New Issue
Block a user