Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f1484fa6c2 |
15
NEWS
15
NEWS
@@ -1,18 +1,3 @@
|
|||||||
3.33.2
|
|
||||||
======
|
|
||||||
* Fix rendering lag on Xorg [Daniel; !520, !281]
|
|
||||||
* Misc. bug fixes and cleanups [Carlos, Marco, Jonas D., Florian, Niels,
|
|
||||||
Daniel, Benjamin, Jonas Å., Ignacio, Vasilis; #598, !576, !547, !578,
|
|
||||||
!583, !582, !469, !524, !119, !571, !584, !585, !586, #425]
|
|
||||||
|
|
||||||
Contributors:
|
|
||||||
Jonas Ådahl, Benjamin Berg, Jonas Dreßler, Carlos Garnacho, Niels De Graef,
|
|
||||||
Vasilis Liaskovitis, Florian Müllner, Ignacio Casal Quinteiro,
|
|
||||||
Marco Trevisan (Treviño), Daniel van Vugt
|
|
||||||
|
|
||||||
Translators:
|
|
||||||
Daniel Mustieles [es]
|
|
||||||
|
|
||||||
3.33.1
|
3.33.1
|
||||||
======
|
======
|
||||||
* Remove unused APIs and outdated driver support
|
* Remove unused APIs and outdated driver support
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
project('mutter', 'c',
|
project('mutter', 'c',
|
||||||
version: '3.33.2',
|
version: '3.33.1',
|
||||||
meson_version: '>= 0.50.0',
|
meson_version: '>= 0.50.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
@@ -143,6 +143,6 @@ option('xwayland_path',
|
|||||||
|
|
||||||
option('xwayland_grab_default_access_rules',
|
option('xwayland_grab_default_access_rules',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
value: 'gnome-boxes,remote-viewer,virt-viewer,virt-manager,vinagre,vncviewer,Xephyr',
|
value: 'gnome-boxes,remote-viewer,virt-viewer,virt-manager,vinagre,vncviewer,Xephyr,dcvviewer',
|
||||||
description: 'Comma delimited list of applications ressources or class allowed to issue X11 grabs in Xwayland'
|
description: 'Comma delimited list of applications resources or class allowed to issue X11 grabs in Xwayland'
|
||||||
)
|
)
|
||||||
|
@@ -862,19 +862,6 @@ init_pointer_constraint (struct wl_resource *resource,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (lifetime)
|
|
||||||
{
|
|
||||||
case ZWP_POINTER_CONSTRAINTS_V1_LIFETIME_ONESHOT:
|
|
||||||
case ZWP_POINTER_CONSTRAINTS_V1_LIFETIME_PERSISTENT:
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
|
||||||
wl_resource_post_error (resource,
|
|
||||||
WL_DISPLAY_ERROR_INVALID_OBJECT,
|
|
||||||
"Invalid constraint lifetime");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
constraint = meta_wayland_pointer_constraint_new (surface, seat,
|
constraint = meta_wayland_pointer_constraint_new (surface, seat,
|
||||||
region,
|
region,
|
||||||
lifetime,
|
lifetime,
|
||||||
|
Reference in New Issue
Block a user