summaryrefslogtreecommitdiff
path: root/src/corelib/x11/fpg_x11.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2012-08-16 17:21:54 +0100
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-08-16 17:21:54 +0100
commitdc7019064c2930bf8b5d110c8914a005714bad88 (patch)
tree2ae02105eb03444e119311fc95d40b3a206be6a8 /src/corelib/x11/fpg_x11.pas
parentf618cb86acd1c2e915723ecdecbb067a2cf85b5d (diff)
downloadfpGUI-dc7019064c2930bf8b5d110c8914a005714bad88.tar.xz
improved the clarity of one code comment.
Diffstat (limited to 'src/corelib/x11/fpg_x11.pas')
-rw-r--r--src/corelib/x11/fpg_x11.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas
index 5e042847..77b61862 100644
--- a/src/corelib/x11/fpg_x11.pas
+++ b/src/corelib/x11/fpg_x11.pas
@@ -2384,7 +2384,7 @@ begin
AllocateWindowHandle;
XMapWindow(xapplication.Display, FWinHandle);
Include(FWinFlags, xwsfMapped);
- // Fullscreen can only be set visible (mapped) windows.
+ // Fullscreen can only be set on visible (already mapped) windows.
if waFullScreen in FWindowAttributes then
fpgApplication.netlayer.WindowSetFullscreen(FWinHandle, True);
end