summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/x11/gfx_x11.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/x11/gfx_x11.pas b/src/corelib/x11/gfx_x11.pas
index 04a9f9b4..5d3adfd4 100644
--- a/src/corelib/x11/gfx_x11.pas
+++ b/src/corelib/x11/gfx_x11.pas
@@ -1113,7 +1113,7 @@ begin
// todo: This needs testing!!
if (FWindowType = wtPopup) and (waStayOnTop in FWindowAttributes) then
// we have a Splash screen
- fpgApplication.netlayer.WindowSetType(FWinHandle, nwtSplash);
+ fpgApplication.netlayer.WindowSetType(FWinHandle, [nwtSplash]);
XSelectInput(xapplication.Display, wh, KeyPressMask or KeyReleaseMask or
ButtonPressMask or ButtonReleaseMask or