From c87eff89a2fe71fac9d680b1bfe31da3a936372c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 18 May 2010 23:31:55 +0000 Subject: [PATCH] Hopefully correctly implemented _NET_WM_STRUT now --- src/panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel.c b/src/panel.c index 9156877..96fe82c 100644 --- a/src/panel.c +++ b/src/panel.c @@ -192,7 +192,7 @@ static void _new_strut(Panel * panel, GdkRectangle * rect) unsigned long strut[12]; window = gtk_widget_get_window(panel->window); - cardinal = gdk_atom_intern("XA_CARDINAL", FALSE); + cardinal = gdk_atom_intern("CARDINAL", FALSE); memset(strut, 0, sizeof(strut)); if(panel->position == PANEL_POSITION_TOP) {