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

snis_client --monitor option has been broken since the SDL2 conversion #335

Open
smcameron opened this issue Jun 9, 2023 · 0 comments
Open

Comments

@smcameron
Copy link
Owner

Original commit to support multiple monitors via GTK stuff is here: c31d82b

We still have the code to process the option, but it doesn't do anything but set monitorid, which is never used. (Surprised clang scan-build didn't mark this as a dead store... maybe it did, but I don't remember seeing it.)

$ grep monitorid snis_client.c
static int monitorid = -1;
				monitorid = value;

Some possibly relevant info re multiple monitors and SDL2: https://stackoverflow.com/questions/18728821/multiple-displays-in-sdl2

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

No branches or pull requests

1 participant