[vlc-devel] commit: Force same WM_CLASS as the Qt4 UI ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Apr 15 22:27:43 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Apr 15 22:55:52 2009 +0300| [39fb462aa7c096d5cbf722fe9cfb1335fce6bb4b] | committer: Rémi Denis-Courmont 

Force same WM_CLASS as the Qt4 UI

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=39fb462aa7c096d5cbf722fe9cfb1335fce6bb4b
---

 modules/video_output/xcb/window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/xcb/window.c b/modules/video_output/xcb/window.c
index e35fa6b..c1d3e44 100644
--- a/modules/video_output/xcb/window.c
+++ b/modules/video_output/xcb/window.c
@@ -147,7 +147,7 @@ static int Open (vlc_object_t *obj)
     set_ascii_prop (conn, window, XA_WM_ICON_NAME,
                     pgettext ("ASCII VLC", "VLC"));
     xcb_change_property (conn, XCB_PROP_MODE_REPLACE, window, XA_WM_CLASS,
-                         XA_STRING, 8, 8, "vlc\0VLC");
+                         XA_STRING, 8, 8, "vlc\0Vlc");
     set_hostname_prop (conn, window);
 
     wnd->handle.xid = window;




More information about the vlc-devel mailing list