[vlc-devel] [vlc-commits] commit: skins2(Linux): add WM_CLASS and _NET_WM_PID properties to skins2 windows (Erwan Tulou )
Rémi Denis-Courmont
remi at remlab.net
Mon May 3 12:35:35 CEST 2010
On Mon, 3 May 2010 11:13:42 +0200 (CEST), git at videolan.org wrote:
> + // initialize EWMH pid
> + pid_t pid = getpid();
> + XChangeProperty( XDISPLAY, m_wnd, NET_WM_PID, XA_CARDINAL, 32,
> + PropModeReplace, (unsigned char *)&pid, 1 );
Isn't the PID supposed to use the server byte order?
--
Rémi Denis-Courmont
http://www.remlab.net
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list