mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Prepare to move from wlr_texture to lab_data_buffer
This commit is contained in:
parent
7ea733761b
commit
044388a5cd
13 changed files with 148 additions and 122 deletions
|
|
@ -32,7 +32,7 @@ reload_config_and_theme(void)
|
|||
rcxml_finish();
|
||||
rcxml_read(NULL);
|
||||
theme_finish(g_server->theme);
|
||||
theme_init(g_server->theme, g_server->renderer, rc.theme_name);
|
||||
theme_init(g_server->theme, rc.theme_name);
|
||||
|
||||
struct view *view;
|
||||
wl_list_for_each (view, &g_server->views, link) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue