Hi all I'm trying to make the Xibo player run "fullscreen", but have some control over which screen (on a dual screen machine) or indeed which portions of the screen are used. For example in some signage applications the player needs to occupy only some of the screen - or in a dual screen setup there may need to be a kiosk application running on the other head.
I see from the libsdl documentation libsdl can make a windowed window with the SDL_NOFRAME flag set which causes it to have no decorations or title bar. (http://www.libsdl.org/docs/html/sdlsetvideomode.html) That would be perfect as I can already control the position of the libavg renderer window with the SDL_VIDEO_WINDOW_POS environment variable. (It would be even better if I could tell libavg where on the screen to render the window!) Is libavg able to create a window with that flag set already? If not, could someone point me to the right bit of code to hack at? I'm not a C ++ developer but if it's something really simple I might be able to make the changes needed myself! Cheers Alex This email carries a disclaimer, a copy of which may be read at http://learning.longhill.org.uk/disclaimer _______________________________________________ libavg-users mailing list [email protected] https://mail.datenhain.de/mailman/listinfo/libavg-users
