Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi output fixes #31

Merged
merged 5 commits into from
Aug 15, 2015
Merged

Multi output fixes #31

merged 5 commits into from
Aug 15, 2015

Conversation

Luminarys
Copy link
Collaborator

This fixes how pointer test and workspace switching work to fix most of the multi output issues present in sway.

@@ -110,7 +110,7 @@ swayc_t *new_view(swayc_t *sibling, wlc_handle handle) {
handle, title, type, sibling, sibling?sibling->type:0);
//Setup values
view->handle = handle;
view->name = strdup(title);
view->name = strdup(title);
view->visible = true;
Copy link
Contributor

Choose a reason for hiding this comment

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

How did I miss this earlier? Style guideline - one space around =, do not align.

@ddevault
Copy link
Contributor

The style on the debug stuff is also abhorrent, but I'll rewrite it anyway.

@ddevault
Copy link
Contributor

Danke

ddevault added a commit that referenced this pull request Aug 15, 2015
@ddevault ddevault merged commit 8b90f28 into swaywm:master Aug 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants