X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fwindow.h;h=75c48850e991b93fa53cc33fcd52b0fd0358f91a;hb=d12fe10340948a3dfa6a5261fec51be079046fad;hp=443cac79210afe3904b5cbc2008daceabc907197;hpb=787d1982dceae67b9b934a9b74e08a096c0c1830;p=libs%2Fgui.git diff --git a/source/graphics/window.h b/source/graphics/window.h index 443cac7..75c4885 100644 --- a/source/graphics/window.h +++ b/source/graphics/window.h @@ -8,6 +8,7 @@ namespace Msp { namespace Graphics { class Display; +struct 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();