aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2024-02-24 14:02:02 +0100
committerPierre Ossman <ossman@cendio.se>2024-06-20 14:41:48 +0200
commitd569c7599f04c33a771786279312fc3d66da2c86 (patch)
treebf4ad4ca6bf14755ab50c432391b8b938160eacb /unix/xserver/hw
parent50048184a08f12cdf66064a5606fee2e981db9e8 (diff)
downloadtigervnc-d569c7599f04c33a771786279312fc3d66da2c86.tar.gz
tigervnc-d569c7599f04c33a771786279312fc3d66da2c86.zip
Hide from GNOME to enable animations
One GNOME developer had a bad experience with VNC one time, and therefore all VNC must forever be punished. Avoid detection by GNOME so that animations aren't forcefully disabled without any option for the user to re-enable them.
Diffstat (limited to 'unix/xserver/hw')
-rw-r--r--unix/xserver/hw/vnc/xvnc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c
index b77f469a..a441f824 100644
--- a/unix/xserver/hw/vnc/xvnc.c
+++ b/unix/xserver/hw/vnc/xvnc.c
@@ -1117,7 +1117,7 @@ extern void GlxExtensionInit(void);
#endif
static const ExtensionModule vncExtensions[] = {
- {vncExtensionInit, "VNC-EXTENSION", NULL},
+ {vncExtensionInit, "TIGERVNC", NULL},
#ifdef GLXEXT
#if XORG_OLDER_THAN(1, 20, 0)
{ GlxExtensionInit, "GLX", &noGlxExtension },