Hack around the new screensaver variable for DMX, which is otherwise
blissfully ignorant of it.
This commit is contained in:
parent
5f95146fcf
commit
277f612d4e
|
@ -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>
|
2006-04-01 Eric Anholt <anholt@FreeBSD.org>
|
||||||
|
|
||||||
* exa/exa_accel.c: (exaImageGlyphBlt):
|
* exa/exa_accel.c: (exaImageGlyphBlt):
|
||||||
|
|
|
@ -65,6 +65,9 @@
|
||||||
#include <X11/extensions/dmxproto.h> /* For DMX_BAD_* */
|
#include <X11/extensions/dmxproto.h> /* For DMX_BAD_* */
|
||||||
#include "cursorstr.h"
|
#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
|
/* The default font is declared in dix/globals.c, but is not included in
|
||||||
* _any_ header files. */
|
* _any_ header files. */
|
||||||
extern FontPtr defaultFont;
|
extern FontPtr defaultFont;
|
||||||
|
|
Loading…
Reference in New Issue