Include translation of _COMPIZ_WINDOW_DECOR properties by default.

This commit is contained in:
David Reveman 2008-07-15 18:20:19 -04:00
parent 33ea398c24
commit 1c87f129eb

View file

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