You've already forked lazarus-ccr
* fix compilation with lazarus trunk under gtk
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2531 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,6 +1,11 @@
|
|||||||
uses
|
uses
|
||||||
gtk2def, gdk2, GTK2Proc, Cairo;
|
gtk2def, gdk2, GTK2Proc, Cairo;
|
||||||
|
|
||||||
|
{$MACRO ON}
|
||||||
|
|
||||||
|
{$ifndef LAZARUS_1_0}
|
||||||
|
{$define TGtk2DeviceContext:=TGtkDeviceContext}
|
||||||
|
{$endif}
|
||||||
|
|
||||||
function gdk_cairo_create(drawable: PGdkDrawable): Pcairo_t cdecl external gdklib;
|
function gdk_cairo_create(drawable: PGdkDrawable): Pcairo_t cdecl external gdklib;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user