View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#13
Originally Posted by 白い熊 View Post
Could you give me a hint on which portions of the code you had to modify (pointers...) to make it run fullscreen, as I want to make other apps run fullscreen on the N900 and can't get them to?
Isn't this specific to the toolkit being used?

In this case, LBreakout2, utilizing SDL, sets the SDL_FULLSCREEN flag.
A GTK program would use gtk_window_fullscreen(GTK_WINDOW(window));, etc.

Try building wmctrl if you want a generic solution; http://www.emacswiki.org/emacs/FullScreen has the basic command usage for using wmctrl to fullscreen the currently displayed window.