mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 13:00:09 +01:00
Hack around the new screensaver variable for DMX, which is otherwise
blissfully ignorant of it.
This commit is contained in:
parent
5f95146fcf
commit
277f612d4e
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2006-04-01 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* hw/dmx/dmxextension.c:
|
||||
Hack around the new screensaver variable for DMX, which is otherwise
|
||||
blissfully ignorant of it.
|
||||
|
||||
2006-04-01 Eric Anholt <anholt@FreeBSD.org>
|
||||
|
||||
* exa/exa_accel.c: (exaImageGlyphBlt):
|
||||
|
|
|
|||
|
|
@ -65,6 +65,9 @@
|
|||
#include <X11/extensions/dmxproto.h> /* For DMX_BAD_* */
|
||||
#include "cursorstr.h"
|
||||
|
||||
/* XXX nasty hack for MIT-SCREEN-SAVER. Please fix me properly. */
|
||||
const Bool screenSaverSuspended = FALSE;
|
||||
|
||||
/* The default font is declared in dix/globals.c, but is not included in
|
||||
* _any_ header files. */
|
||||
extern FontPtr defaultFont;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue