RGBGraphics: Fix compilation on qt5 and qt6. Change package version number to 1.1.1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9502 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
d18d02db7e
commit
48bd37b753
@ -28,7 +28,7 @@
|
|||||||
"/>
|
"/>
|
||||||
<License Value="Modified LGPL
|
<License Value="Modified LGPL
|
||||||
"/>
|
"/>
|
||||||
<Version Major="1" Minor="1"/>
|
<Version Major="1" Minor="1" Release="1"/>
|
||||||
<Files Count="8">
|
<Files Count="8">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="source\rgbgraphics.pas"/>
|
<Filename Value="source\rgbgraphics.pas"/>
|
||||||
|
@ -31,7 +31,7 @@ unit RGBQt5Routines;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
SysUtils, Types, LCLType, Qt5, Qt5Objects, Classes,
|
SysUtils, Types, LCLType, Qt5, QtObjects, Classes,
|
||||||
RGBTypes;
|
RGBTypes;
|
||||||
|
|
||||||
procedure WidgetSetDrawRGB32Bitmap(Dest: HDC; DstX, DstY: Integer; SrcX, SrcY, SrcWidth, SrcHeight: Integer;
|
procedure WidgetSetDrawRGB32Bitmap(Dest: HDC; DstX, DstY: Integer; SrcX, SrcY, SrcWidth, SrcHeight: Integer;
|
||||||
|
@ -31,7 +31,7 @@ unit RGBQt6Routines;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
SysUtils, Types, LCLType, Qt6, Qt6Objects, Classes,
|
SysUtils, Types, LCLType, Qt6, QtObjects, Classes,
|
||||||
RGBTypes;
|
RGBTypes;
|
||||||
|
|
||||||
procedure WidgetSetDrawRGB32Bitmap(Dest: HDC; DstX, DstY: Integer; SrcX, SrcY, SrcWidth, SrcHeight: Integer;
|
procedure WidgetSetDrawRGB32Bitmap(Dest: HDC; DstX, DstY: Integer; SrcX, SrcY, SrcWidth, SrcHeight: Integer;
|
||||||
|
Loading…
Reference in New Issue
Block a user