mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
don't set window->type_atom here so that the type-inference code will
2003-11-15 Rob Adams <readams@readams.net> * src/window.c (update_net_wm_type): don't set window->type_atom here so that the type-inference code will actually be called. Fix for #126873 from Keith Packard.
This commit is contained in:
parent
5c10e0a859
commit
a88f44ea64
@ -1,3 +1,9 @@
|
||||
2003-11-15 Rob Adams <readams@readams.net>
|
||||
|
||||
* src/window.c (update_net_wm_type): don't set window->type_atom
|
||||
here so that the type-inference code will actually be called. Fix
|
||||
for #126873 from Keith Packard.
|
||||
|
||||
2003-11-08 Rob Adams <readams@readams.net>
|
||||
|
||||
* src/window.c (meta_window_move_resize_internal): configure frame
|
||||
|
@ -4734,9 +4734,6 @@ update_net_wm_type (MetaWindow *window)
|
||||
window->display->atom_net_wm_window_type,
|
||||
&atoms, &n_atoms);
|
||||
|
||||
/* Fall back to a normal window */
|
||||
window->type_atom = window->display->atom_net_wm_window_type_normal;
|
||||
|
||||
i = 0;
|
||||
while (i < n_atoms)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user