From 393c3eea5f71c0d612255939d1e6b5fe8dd518a6 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 5 Jun 2009 08:40:43 +0000 Subject: [PATCH] gtk: formatting git-svn-id: trunk@20425 - --- lcl/interfaces/gtk/gtkcallback.inc | 12 ++++++------ lcl/interfaces/gtk2/gtk2wsforms.pp | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lcl/interfaces/gtk/gtkcallback.inc b/lcl/interfaces/gtk/gtkcallback.inc index b11ed1088d..f735802b3b 100644 --- a/lcl/interfaces/gtk/gtkcallback.inc +++ b/lcl/interfaces/gtk/gtkcallback.inc @@ -4,7 +4,7 @@ * * * This file is part of the Lazarus Component Library (LCL) * * * - * See the file COPYING.modifiedLGPL.txt, included in this distribution, * + * See the file COPYING.modifiedLGPL.txt, included in this distribution, * * for details about the copyright. * * * * This program is distributed in the hope that it will be useful, * @@ -106,7 +106,7 @@ function DeliverGtkPaintMessage(Target: Pointer; Widget: PGtkWidget; {$DEFINE DirectPaintMsg} {$ENDIF} var - MSG: TLMGtkPaint; + Msg: TLMGtkPaint; begin //DebugLn(['DeliverGtkPaintMessage ',DbgSName(TObject(Target)),' Widget=',GetWidgetDebugReport(Widget),' RepaintAll=',RepaintAll,' AfterGtk=',IsAfterGtk,' Area=',dbgs(Area)]); {$IFDEF Gtk2} @@ -125,10 +125,10 @@ begin if (not RepaintAll) and ((Area^.Width<1) or (Area^.Height<1)) then exit(false); - MSG.Msg := LM_GTKPAINT; - MSG.Data := TLMGtkPaintData.Create; - MSG.Data.Widget := Widget; - MSG.Data.State := GtkPaint_LCLWidget; + Msg.Msg := LM_GTKPAINT; + Msg.Data := TLMGtkPaintData.Create; + Msg.Data.Widget := Widget; + Msg.Data.State := GtkPaint_LCLWidget; Msg.Data.Rect := Bounds(Area^.x, Area^.y, Area^.Width, Area^.Height); Msg.Data.RepaintAll := RepaintAll; diff --git a/lcl/interfaces/gtk2/gtk2wsforms.pp b/lcl/interfaces/gtk2/gtk2wsforms.pp index f47ad05445..89f5f6174d 100644 --- a/lcl/interfaces/gtk2/gtk2wsforms.pp +++ b/lcl/interfaces/gtk2/gtk2wsforms.pp @@ -11,7 +11,7 @@ * * * This file is part of the Lazarus Component Library (LCL) * * * - * See the file COPYING.modifiedLGPL.txt, included in this distribution, * + * See the file COPYING.modifiedLGPL.txt, included in this distribution, * * for details about the copyright. * * * * This program is distributed in the hope that it will be useful, *