X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fgraphics%2Fwindow.h;h=b9a50fec520bf7baa813e5cbbaa71edc2f875a34;hb=95480fceabec2dd6354b87a200b4a219b39d4f0a;hp=443cac79210afe3904b5cbc2008daceabc907197;hpb=35d4d400521d30d84c20cd1434626e131cbf9304;p=libs%2Fgui.git diff --git a/source/graphics/window.h b/source/graphics/window.h index 443cac7..b9a50fe 100644 --- a/source/graphics/window.h +++ b/source/graphics/window.h @@ -8,6 +8,7 @@ namespace Msp { namespace Graphics { class Display; +class Monitor; struct WindowOptions { @@ -17,6 +18,8 @@ struct WindowOptions unsigned width; unsigned height; bool fullscreen; + const Monitor *fullscreen_monitor; + bool fullscreen_exclusive; bool resizable; WindowOptions();