mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04: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
|
|
@ -68,7 +68,7 @@ main(int argc, char *argv[])
|
|||
server_start(&server);
|
||||
|
||||
struct theme theme = { 0 };
|
||||
theme_init(&theme, server.renderer, rc.theme_name);
|
||||
theme_init(&theme, rc.theme_name);
|
||||
server.theme = &theme;
|
||||
|
||||
menu_init_rootmenu(&server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue