diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2010-11-08 20:50:54 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2010-11-08 20:50:54 +0200 |
commit | 0b55c3504c406bfd408b5f9f29ab7cff4e300924 (patch) | |
tree | bc3d662d15f173c3d46837f2985affe32dfe141c /src | |
parent | e320dfae6add39c66ea554dbb161a844ee06db4d (diff) | |
download | fpGUI-0b55c3504c406bfd408b5f9f29ab7cff4e300924.tar.xz |
Revert "Merge branch 'master' of ssh://fpgui.git.sourceforge.net/gitroot/fpgui/fpgui"
Andrew is finding is training wheels with git.
This reverts commit e320dfae6add39c66ea554dbb161a844ee06db4d, reversing
changes made to 735aec8207036adb17f2174ffcb9056bee712ed3.
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/x11/fpg_x11.pas | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas index 71f06d39..046f10ce 100644 --- a/src/corelib/x11/fpg_x11.pas +++ b/src/corelib/x11/fpg_x11.pas @@ -2287,10 +2287,6 @@ begin if not HandleIsValid then AllocateWindowHandle; XMapWindow(xapplication.Display, FWinHandle); - - if (Parent = nil) and (WindowType <> wtPopup) then - XMoveWindow(fpgApplication.Display, FWinHandle, FLeft, FHeight); - Include(FWinFlags, xwsfMapped); // Fullscreen can only be set visible (mapped) windows. if waFullScreen in FWindowAttributes then |