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:
Enrico Weigelt, metux IT consult
2025-09-22 16:50:03 +02:00
committed by Enrico Weigelt
parent 0e723d3b1e
commit f29fb6bb62
14 changed files with 40 additions and 35 deletions

View File

@@ -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>