Skip to content

feature: implement wl_init and wl_finish - #3

Open
glenv1ew wants to merge 2 commits into
podomy:mainfrom
glenv1ew:main
Open

glenv1ew wants to merge 2 commits into
podomy:mainfrom
glenv1ew:main

Conversation

@glenv1ew

Copy link
Copy Markdown

Add implementation of wl_init and wl_finish in wl.c

Comment thread src/wl.c
fprintf(stderr, "wl_display_connect failed\n");
return false;
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a print statement that prints if a connection is established

Comment thread src/wl.c
uint32_t name) {
(void)data;
(void)registry;
(void)name;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a comment explaining why these parameters are (void)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants