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

Allow user to select default monitor #36

Open
Stateford opened this issue Jun 2, 2018 · 0 comments
Open

Allow user to select default monitor #36

Stateford opened this issue Jun 2, 2018 · 0 comments
Labels
enhancement New feature or request Hacktoberfest Hacktoberfest

Comments

@Stateford
Copy link
Owner

Allow a user to select a default monitor and choose which monitor to display a full screen application on.

Also need an auto detect option which will select the monitor the app is currently on. This will be done by checking against monitors. A struct will need to be made to store monitor information.

typedef struct MONITOR {
    RECT rect;
} MONITOR

MONITOR *monitors = malloc(sizeof(MONITOR) * 3);
@Stateford Stateford added the enhancement New feature or request label Sep 20, 2018
@Stateford Stateford added the Hacktoberfest Hacktoberfest label Oct 2, 2018
@Stateford Stateford added this to the Multi-Monitor Support milestone Oct 8, 2018
@Stateford Stateford removed Hacktoberfest Hacktoberfest labels Nov 7, 2018
@Stateford Stateford added the Hacktoberfest Hacktoberfest label Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest Hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant