]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/window.h
Use correct keyword in forward declaration
[libs/gui.git] / source / graphics / window.h
index 443cac79210afe3904b5cbc2008daceabc907197..75c48850e991b93fa53cc33fcd52b0fd0358f91a 100644 (file)
@@ -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();