mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
console: zap ds arg from register_displaychangelistener
We don't have multiple DisplayStates any more, so passing it in as argument is not needed. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
cdd5b93757
commit
5209089fcd
9 changed files with 13 additions and 16 deletions
2
ui/gtk.c
2
ui/gtk.c
|
|
@ -1470,7 +1470,7 @@ void gtk_display_init(DisplayState *ds)
|
|||
|
||||
gtk_widget_show_all(s->window);
|
||||
|
||||
register_displaychangelistener(ds, &s->dcl);
|
||||
register_displaychangelistener(&s->dcl);
|
||||
|
||||
global_state = s;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue