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

Added 'set no_title' command to allow the user to remove the title bar from windows. #528

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

FrancisTheCat
Copy link

This includes minor changes to WindowsApiService.cs, because when using it, I found the SetWindowLong function unaccessible on 64 bit machines, which is wrong, since it actually does not consider 32 bit pointers, but just values wich are 32 bit even on 64bit systems. This might break compatibilty with 32 bit systems, but Id be surprised to hear if that compatibilty existed in the first place.

Note: This unfortunately makes the window no longer resizeable with the mouse due to Windows' great design, but I dont think thats a big issue since this is a tiling window manager lol.

…r from a window.

Note: This unfortunately makes the window no longer resizeable with the mouse due to Windows' great design, but I dont think thats a big issue since this is a tiling window manager lol.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant