diff options
Diffstat (limited to 'vcl/inc/salframe.hxx')
-rw-r--r-- | vcl/inc/salframe.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx index dacf3fabc1b5..c08486f5118c 100644 --- a/vcl/inc/salframe.hxx +++ b/vcl/inc/salframe.hxx @@ -74,8 +74,6 @@ enum class SalFrameStyleFlags INTRO = 0x00000100, // partial fullscreen: fullscreen on one monitor of a multimonitor display PARTIAL_FULLSCREEN = 0x00800000, - // floating window that needs to be focusable - FLOAT_FOCUSABLE = 0x04000000, // system child window inside another SalFrame SYSTEMCHILD = 0x08000000, // plugged system child window |