mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
commit
026768ef3c
1 changed files with 1 additions and 4 deletions
|
|
@ -249,7 +249,6 @@ get_config_file(char *udef_path) {
|
|||
|
||||
int
|
||||
main(int argc, char *argv[]) {
|
||||
printf("This is cagebreak, version %s\n", CG_VERSION);
|
||||
struct cg_server server = {0};
|
||||
struct wl_event_loop *event_loop = NULL;
|
||||
struct wl_event_source *sigint_source = NULL;
|
||||
|
|
@ -604,9 +603,7 @@ main(int argc, char *argv[]) {
|
|||
wlr_log_errno(WLR_ERROR, "Unable to set WAYLAND_DISPLAY.",
|
||||
"Clients may not be able to connect");
|
||||
} else {
|
||||
wlr_log(WLR_DEBUG,
|
||||
"Cagebreak " CG_VERSION " is running on Wayland display %s",
|
||||
socket);
|
||||
fprintf(stderr, "Cagebreak " CG_VERSION " is running on Wayland display %s\n", socket);
|
||||
}
|
||||
|
||||
#if CG_HAS_XWAYLAND
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue