Hopefully correctly implemented _NET_WM_STRUT now

This commit is contained in:
Pierre Pronchery 2010-05-18 23:31:55 +00:00
parent 68367f6430
commit c87eff89a2

View File

@ -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)
{