summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2012-02-29 16:01:23 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-02-29 16:01:23 +0200
commit23d9ec7c5d4825234cd7b58d1d91ef1916a4528c (patch)
tree35a99faf9a091a651491ee43d629177fe5daaa70 /src
parent0e265331179fdb03796acfccb6f874ad412f47de (diff)
downloadfpGUI-23d9ec7c5d4825234cd7b58d1d91ef1916a4528c.tar.xz
x11: changed the bit order.
It seems, after reading a lot of documentation, that I got the setting wrong. Lets see what happens.
Diffstat (limited to 'src')
-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 ccfdf95d..ca5e5015 100644
--- a/src/corelib/x11/fpg_x11.pas
+++ b/src/corelib/x11/fpg_x11.pas
@@ -3171,7 +3171,7 @@ begin
xoffset := 0;
obdata := #0;
byte_order := LSBFirst;
- bitmap_bit_order := MSBFirst;
+ bitmap_bit_order := LSBFirst; //MSBFirst;
bitmap_pad := 32;
bytes_per_line := 0;