+ // Full screen windows should logically be popups as they don't have
+ // decorations (and are definitely not children) and while not using
+ // this style doesn't seem to make any difference for most windows, it
+ // breaks wxGLCanvas in some cases, see #15434, so just always use it.
+ newStyle |= WS_POPUP;
+