Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c6d3113416 | ||
![]() |
196e524703 |
17
NEWS
17
NEWS
@@ -1,3 +1,20 @@
|
|||||||
|
3.24.1
|
||||||
|
======
|
||||||
|
* Always sync window geometry on state changes [Jonas; #780292]
|
||||||
|
* Use EGL instead of GLX when drawing using GLES [Jonas; #771636]
|
||||||
|
* Fix HiDPI detection on vertical monitor layouts [Carlos; #777687]
|
||||||
|
* Get double-click timing from desktop mouse settings [Armin; #771576]
|
||||||
|
* Scale relative motion deltas with monitor scale [Jonas, Carlos; #778119]
|
||||||
|
* Use texture fallback when setting hardware cursor fails [Jente; #770020]
|
||||||
|
* Fix lock-up when using additional theme variants [Shantanu; #780254]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Jonas Ådahl, Carlos Garnacho, Shantanu Goel, Jente Hidskes, Armin Krezović,
|
||||||
|
Florian Müllner
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Yuras Shumovich [be], Yosef Or Boczko [he], Tom Tryfonidis [el]
|
||||||
|
|
||||||
3.24.0
|
3.24.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
@@ -48,7 +48,7 @@
|
|||||||
#include "clutter-debug.h"
|
#include "clutter-debug.h"
|
||||||
|
|
||||||
/* XXX - keep in sync with the ClutterStaticColor enumeration order */
|
/* XXX - keep in sync with the ClutterStaticColor enumeration order */
|
||||||
static const ClutterColor const static_colors[] = {
|
static const ClutterColor static_colors[] = {
|
||||||
/* CGA/EGA color palette */
|
/* CGA/EGA color palette */
|
||||||
{ 0xff, 0xff, 0xff, 0xff }, /* white */
|
{ 0xff, 0xff, 0xff, 0xff }, /* white */
|
||||||
{ 0x00, 0x00, 0x00, 0xff }, /* black */
|
{ 0x00, 0x00, 0x00, 0xff }, /* black */
|
||||||
|
@@ -2,7 +2,7 @@ AC_PREREQ(2.62)
|
|||||||
|
|
||||||
m4_define([mutter_major_version], [3])
|
m4_define([mutter_major_version], [3])
|
||||||
m4_define([mutter_minor_version], [24])
|
m4_define([mutter_minor_version], [24])
|
||||||
m4_define([mutter_micro_version], [0])
|
m4_define([mutter_micro_version], [1])
|
||||||
|
|
||||||
m4_define([mutter_version],
|
m4_define([mutter_version],
|
||||||
[mutter_major_version.mutter_minor_version.mutter_micro_version])
|
[mutter_major_version.mutter_minor_version.mutter_micro_version])
|
||||||
|
Reference in New Issue
Block a user