mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
dix: unexport screen saver parameters
Not used by any external drivers, so no need to keep them in public SDK headers. Since they're never used by drivers, it's effectively not an ABI change, so can safely be done within ABI-25. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
cb85ceae2d
commit
ca484055c7
@@ -63,6 +63,7 @@ SOFTWARE.
|
||||
#include <X11/X.h>
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/screensaver_priv.h"
|
||||
#include "os/busfault.h"
|
||||
#include "os/client_priv.h"
|
||||
#include "os/screensaver.h"
|
||||
|
||||
@@ -96,6 +96,7 @@ OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/input_priv.h"
|
||||
#include "dix/screensaver_priv.h"
|
||||
#include "miext/extinit_priv.h"
|
||||
#include "os/audit_priv.h"
|
||||
#include "os/auth.h"
|
||||
|
||||
Reference in New Issue
Block a user