|
@@ -525,7 +525,11 @@ END;
|
|
{ InitBackGround -> Platforms DOS/DPMI/WIN/NT/OS2 - Updated 12Sep97 LdB }
|
|
{ InitBackGround -> Platforms DOS/DPMI/WIN/NT/OS2 - Updated 12Sep97 LdB }
|
|
{---------------------------------------------------------------------------}
|
|
{---------------------------------------------------------------------------}
|
|
PROCEDURE TDesktop.InitBackground;
|
|
PROCEDURE TDesktop.InitBackground;
|
|
-CONST Ch: Char = #176;
|
|
|
|
|
|
+{$ifdef FV_UNICODE}
|
|
|
|
+CONST Ch = #$2591;
|
|
|
|
+{$else FV_UNICODE}
|
|
|
|
+CONST Ch = #176;
|
|
|
|
+{$endif FV_UNICODE}
|
|
VAR R: TRect;
|
|
VAR R: TRect;
|
|
BEGIN
|
|
BEGIN
|
|
GetExtent(R); { Get desktop extents }
|
|
GetExtent(R); { Get desktop extents }
|