mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 13:40:06 +01:00
Include translation of _COMPIZ_WINDOW_DECOR properties by default.
This commit is contained in:
parent
33ea398c24
commit
1c87f129eb
1 changed files with 5 additions and 0 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue