From 1c87f129eb13bb8276999945fb0d71ff1a59994c Mon Sep 17 00:00:00 2001 From: David Reveman Date: Tue, 15 Jul 2008 18:20:19 -0400 Subject: [PATCH] Include translation of _COMPIZ_WINDOW_DECOR properties by default. --- hw/dmx/dmxinit.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hw/dmx/dmxinit.c b/hw/dmx/dmxinit.c index ace482371..24dca86c3 100644 --- a/hw/dmx/dmxinit.c +++ b/hw/dmx/dmxinit.c @@ -1042,6 +1042,11 @@ int ddxProcessArgument(int argc, char *argv[], int i) noPanoramiXExtension = FALSE; PanoramiXExtensionDisabledHack = TRUE; #endif + dmxPropTrans = xalloc (sizeof (DMXPropTrans)); + dmxPropTrans->name = "_COMPIZ_WINDOW_DECOR"; + dmxPropTrans->format = "xP"; + dmxPropTrans->type = 0; + dmxPropTransNum = 1; } if (!strcmp(argv[i], "-display")) {