diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx index 4a2088114fc6..f9453f106a30 100644 --- a/include/vcl/syswin.hxx +++ b/include/vcl/syswin.hxx @@ -70,6 +70,7 @@ enum class WindowStateState { Rollup = 0x0008, MaximizedHorz = 0x0010, MaximizedVert = 0x0020, + FullScreen = 0x0040, SystemMask = 0xffff }; namespace o3tl