mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-29 20:43:06 +02:00
fixed 1.0.10 compilation
git-svn-id: trunk@5436 -
This commit is contained in:
parent
73077df7e0
commit
c65f45ff98
@ -60,6 +60,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.12 2004/04/29 18:08:17 mattias
|
||||
fixed 1.0.10 compilation
|
||||
|
||||
Revision 1.11 2004/03/19 00:03:14 marc
|
||||
* Moved the implementation of (GTK)ButtonCreateHandle to the new
|
||||
(GTK)WSButton class
|
||||
|
@ -1602,8 +1602,6 @@ end;
|
||||
|
||||
{ TIcon }
|
||||
|
||||
{$IFNDEF DisableFPImage}
|
||||
|
||||
const
|
||||
IconSignature: array [0..3] of char = #0#0#1#0;
|
||||
|
||||
@ -1619,6 +1617,7 @@ begin
|
||||
AStream.Position:=OldPosition;
|
||||
end;
|
||||
|
||||
{$IFNDEF DisableFPImage}
|
||||
procedure TIcon.ReadData(Stream: TStream);
|
||||
var
|
||||
Size: longint;
|
||||
@ -1681,6 +1680,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.135 2004/04/29 18:08:17 mattias
|
||||
fixed 1.0.10 compilation
|
||||
|
||||
Revision 1.134 2004/04/12 22:36:29 mattias
|
||||
made TIcon more independent of TBitmap from Colin
|
||||
|
||||
|
@ -43,6 +43,10 @@ unit ImgList;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
{$IFDEF VER1_0_10}
|
||||
{$DEFINE DisableFPImage}
|
||||
{$ENDIF}
|
||||
|
||||
interface
|
||||
|
||||
{$ifdef Trace}
|
||||
@ -215,6 +219,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.22 2004/04/29 18:08:17 mattias
|
||||
fixed 1.0.10 compilation
|
||||
|
||||
Revision 1.21 2004/04/03 16:47:46 mattias
|
||||
implemented converting gdkbitmap to RawImage mask
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user