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")) {