mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Work on rendering to FBO
This commit is contained in:
@@ -174,6 +174,7 @@ destroy_os_window_item(OSWindow *w) {
|
||||
remove_tab_inner(w, tab->id);
|
||||
}
|
||||
Py_CLEAR(w->window_title); Py_CLEAR(w->tab_bar_render_data.screen);
|
||||
if (w->offscreen_texture_id) free_texture(&w->offscreen_texture_id);
|
||||
remove_vao(w->tab_bar_render_data.vao_idx);
|
||||
free(w->tabs); w->tabs = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user