Skip to content

Implement a fullscreen on Linux#16

Open
doublec wants to merge 1 commit into
russellallen:masterfrom
doublec:linux_fullscreen
Open

Implement a fullscreen on Linux#16
doublec wants to merge 1 commit into
russellallen:masterfrom
doublec:linux_fullscreen

Conversation

@doublec
Copy link
Copy Markdown
Collaborator

@doublec doublec commented Sep 19, 2013

This provides a 'toggleFullscreen' method on the xWindowCanvas. Sending
this message will enter or exit fullscreen mode. In fullscreen mode the
window decorations are removed and the window takes up the entire screen
area, covering any window manager panels, etc.

To call it the following suffices:
desktop w winCanvases first toggleFullscreen

A followup from this would be to find the right place to put 'fullscreen' in the right place for the non-platform dependent backends and implement it for the Mac OS X backend.

This provides a 'toggleFullscreen' method on the xWindowCanvas. Sending
this message will enter or exit fullscreen mode. In fullscreen mode the
window decorations are removed and the window takes up the entire screen
area, covering any window manager panels, etc.

To call it the following suffices:
  desktop w winCanvases first toggleFullscreen
@doublec
Copy link
Copy Markdown
Collaborator Author

doublec commented Oct 2, 2014

Rebased on top of master.

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

Successfully merging this pull request may close these issues.

1 participant