mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
Render window close button
This commit is contained in:
parent
40e862f3ac
commit
baca410560
17 changed files with 177 additions and 50 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "labwc.h"
|
||||
#include "theme.h"
|
||||
#include "spawn.h"
|
||||
#include "theme/xbm/xbm.h"
|
||||
|
||||
struct server server = { 0 };
|
||||
struct rcxml rc = { 0 };
|
||||
|
|
@ -41,6 +42,8 @@ int main(int argc, char *argv[])
|
|||
server_init(&server);
|
||||
server_start(&server);
|
||||
|
||||
xbm_load(server.renderer);
|
||||
|
||||
if (startup_cmd)
|
||||
spawn_async_no_shell(startup_cmd);
|
||||
wl_display_run(server.wl_display);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue