Redraw root...
This commit is contained in:
parent
abf1e5c837
commit
1f3d78f8ea
@ -485,7 +485,7 @@ void init_base_windows () {
|
||||
printf("Creating root window...\n");
|
||||
window_t * root = init_window(pw, _next_wid++, 0, 0, graphics_width, graphics_height, 0);
|
||||
window_draw_sprite(root, sprites[1], 0, 0);
|
||||
//redraw_full_window(root);
|
||||
redraw_full_window(root);
|
||||
|
||||
/* Create the panel */
|
||||
printf("Creating panel window...\n");
|
||||
|
Loading…
Reference in New Issue
Block a user