-
Notifications
You must be signed in to change notification settings - Fork 3
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
Provide API for accessing and configuring output devices #28
Comments
Comment by SirCmpwn Should return unique names for each x output as well (when running on top of x), like X-1, X-2, etc. (currently gives NULL) |
Comment by Cloudef They already have names None-1, None-2, if you need to check if running under X11, use wlc_get_backend_type() |
Comment by SirCmpwn I get them as null, not as None. |
Comment by Cloudef Is the output handle valid? |
Comment by SirCmpwn https://github.com/SirCmpwn/sway/blob/master/sway/container.c#L45-L48 I have no reason to think it's not. The resolution thing works. |
Comment by Cloudef Changed title as this means modesetting as well. |
Issue by Cloudef
Saturday Aug 15, 2015 at 20:54 GMT
Originally opened as Cloudef/wlc#37
Having information such as adapter names is useful.
The text was updated successfully, but these errors were encountered: