Fixed logging for examples

This commit is contained in:
Timidger 2018-01-15 22:51:00 -05:00
parent c690420501
commit 264ef0c261
No known key found for this signature in database
GPG key ID: 42EF7ECE5FEF1D17
9 changed files with 11 additions and 0 deletions

View file

@ -176,6 +176,7 @@ static void handle_input_remove(struct compositor_state *state,
}
int main(int argc, char *argv[]) {
wlr_log_init(L_DEBUG, NULL);
struct sample_state state = {
.default_color = { 0.25f, 0.25f, 0.25f, 1 },
.clear_color = { 0.25f, 0.25f, 0.25f, 1 },