Skip to content
Snippets Groups Projects
Commit 7b19945c authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Fix for gcc 2.x

(Old svn revision: 11509)
parent b2400ef8
No related branches found
No related tags found
No related merge requests found
......@@ -324,9 +324,10 @@ initKDEHints (Display * dpy)
void
initSystrayHints (Display * dpy, int nscreen)
{
TRACE ("entering initSystrayHints");
gchar selection[32];
TRACE ("entering initSystrayHints");
g_snprintf (selection, sizeof (selection), "_NET_SYSTEM_TRAY_S%d", nscreen);
net_system_tray_manager = XInternAtom (dpy, "MANAGER", FALSE);
net_system_tray_opcode = XInternAtom (dpy, "_NET_SYSTEM_TRAY_OPCODE", FALSE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment