fix this client message.
This commit is contained in:
parent
492675fdd3
commit
c991482154
1 changed files with 2 additions and 2 deletions
|
@ -146,8 +146,8 @@ static gboolean replace_wm()
|
|||
|
||||
/* Send client message indicating that we are now the WM */
|
||||
prop_message(RootWindow(ob_display, ob_screen), prop_atoms.manager,
|
||||
timestamp, wm_sn_atom, 0, 0, SubstructureNotifyMask);
|
||||
|
||||
timestamp, wm_sn_atom, screen_support_win, 0,
|
||||
SubstructureNotifyMask);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue