mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
dix: delete logo hack screen saver
Protocol doesn't mention about screen saver with logo being required and people are already using more intelligent ways to draw screen saver themes. So consider -logo as deprecated option, deleting its code. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
@@ -56,9 +56,6 @@ extern _X_EXPORT Bool disableBackingStore;
|
||||
extern _X_EXPORT Bool enableBackingStore;
|
||||
extern _X_EXPORT Bool PartialNetwork;
|
||||
extern _X_EXPORT Bool RunFromSigStopParent;
|
||||
#ifndef NOLOGOHACK
|
||||
extern _X_EXPORT int logoScreenSaver;
|
||||
#endif
|
||||
#ifdef RLIMIT_DATA
|
||||
extern _X_EXPORT int limitDataSpace;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user