mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 02:58:14 +02:00
gtk intf: fixed compilation under fpc 2.3.1
git-svn-id: trunk@11059 -
This commit is contained in:
parent
bfe4a7f795
commit
501538a5df
@ -1265,7 +1265,7 @@ begin
|
||||
{$IFDEF VerboseGdkPixbuf}
|
||||
debugln('ScalePixmap A1');
|
||||
{$ENDIF}
|
||||
gdk_pixbuf_render_pixmap_and_mask(ScaleDest,NewPixmap,DummyMask,0);
|
||||
gtkextra.gdk_pixbuf_render_pixmap_and_mask(ScaleDest,NewPixmap,DummyMask,0);
|
||||
{$IFDEF VerboseGdkPixbuf}
|
||||
debugln('ScalePixmap A2');
|
||||
{$ENDIF}
|
||||
|
@ -1233,7 +1233,6 @@ class procedure TGtk2WSCustomComboBox.DestroyHandle(
|
||||
var
|
||||
Handle: HWND;
|
||||
ComboWidget: PGtkWidget;
|
||||
ItemList: TGtkListStoreStringList;
|
||||
begin
|
||||
Handle := AWinControl.Handle;
|
||||
ComboWidget := GetWidgetInfo(Pointer(Handle), True)^.CoreWidget;
|
||||
|
Loading…
Reference in New Issue
Block a user