From 66815b6623ef267fe15d12e86cfc5f35f98ef0dc Mon Sep 17 00:00:00 2001 From: graemeg Date: Sat, 15 Dec 2007 15:02:31 +0000 Subject: GFX/X11 * Minor fix to netlayers handling of splash screens. --- src/corelib/x11/gfx_x11.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib') 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 -- cgit v1.2.3-70-g09d2