Hello,
I was wondering if anyone had tried getting a clutter app to successfully display fullscreen on a secondary monitor on windows. On Linux (although I haven't tried) it seems like doing so would be as easy as using clutter_x11_set_display. On windows the options appear to be limited to achieve this - my guess here is that I'd have to use the Windows API to find the available monitors and their dimensions, create the stage using said dimensions and then again use the Windows API (e.g. ChangeDisplaySettingsEx) to set it to fullscreen on the secondary display. Or, could I create a fullscreen window on the secondary display using the Windows API and then pass the handle to clutter using clutter_win32_set_stage_foreign before I call clutter_main() - (or would I have to call it before clutter_init?) Any insight into the best way to approach this would be appreciated. Thanks Mark T
_______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
