(https://bugs.freedesktop.org/attachment.cgi?id=1399): Fixed sig11 in
|ScreenSaverUnsetAttributes()| which occured when calling a
|CloseDisplay()| after |XScreenSaverSetAttributes()| followed by
|XScreenSaverUnsetAttributes()|. Caused by missing |FreeResource()| in
|XScreenSaverUnsetAttributes()|. Patch by Egbert Eich
<eich@freedesktop.org>.
(https://bugs.freedesktop.org/attachment.cgi?id=948): Fix BigFont
extension if SHM is compiled in but not working. Does not access SHM
and privates if the SHM syscall failed during extension initialization.
Patch by Alexander Gottwald <ago@freedesktop.org>.
Move extern function declarations to window.h
Cleaned up code since client's saveSet is no longer defined as a pointer*
Added externs back in
Change #if to #ifdef to fix compiler warning
Add function declarations that were inadvertently removed by previous check
in
Disable extensions that are not (yet) supported by DMX