mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 07:42:59 +02:00
gtk1: clean up
git-svn-id: trunk@21152 -
This commit is contained in:
parent
e3afed50e8
commit
e23b9f69c4
@ -550,8 +550,10 @@ var
|
|||||||
TabWidget: PGtkWidget;
|
TabWidget: PGtkWidget;
|
||||||
PageWidget: PGtkWidget;
|
PageWidget: PGtkWidget;
|
||||||
NotebookPos: TPoint;
|
NotebookPos: TPoint;
|
||||||
|
{$IFDEF GTK2}
|
||||||
Window: PGdkWindow;
|
Window: PGdkWindow;
|
||||||
WindowOrg,ClientOrg: TPoint;
|
WindowOrg,ClientOrg: TPoint;
|
||||||
|
{$ENDIF}
|
||||||
Count: guint;
|
Count: guint;
|
||||||
begin
|
begin
|
||||||
Result:=-1;
|
Result:=-1;
|
||||||
|
Loading…
Reference in New Issue
Block a user