Hopefully correctly implemented _NET_WM_STRUT now
This commit is contained in:
parent
68367f6430
commit
c87eff89a2
|
@ -192,7 +192,7 @@ static void _new_strut(Panel * panel, GdkRectangle * rect)
|
||||||
unsigned long strut[12];
|
unsigned long strut[12];
|
||||||
|
|
||||||
window = gtk_widget_get_window(panel->window);
|
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));
|
memset(strut, 0, sizeof(strut));
|
||||||
if(panel->position == PANEL_POSITION_TOP)
|
if(panel->position == PANEL_POSITION_TOP)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user