~ubuntu-branches/ubuntu/quantal/mricron/quantal

« back to all changes in this revision

Viewing changes to RenderThds.pas

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2012-05-15 08:59:27 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120515085927-l0zoatiwial8v8o1
Tags: 0.20120505.1~dfsg.1-1
* New upstream code (Closes: #671365).
* Update upstream source URL.
* Bumped Standards-version to 3.9.3, no changes necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
unit RenderThds;
2
2
interface
3
3
{$include isthreaded.inc}
4
 
 
 
4
  {$mode delphi}
5
5
uses
6
6
{$IFDEF UNIX}
7
7
lclintf,//critical sections
94
94
  lPosX := lPos;
95
95
  {$IFDEF SHOWPROG}
96
96
        {$IFDEF FPC}
97
 
        Synchronize(@DoVisualSwap);
 
97
        Synchronize(DoVisualSwap);
98
98
        {$ELSE}
99
99
        Synchronize(DoVisualSwap);
100
100
        {$ENDIF}
547
547
 
548
548
finalization
549
549
  DeleteCriticalSection(CritSect);
550
 
end.
 
550
end.
 
 
b'\\ No newline at end of file'