mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 21:40:34 +02:00
customdrawnws: Renames 2 units for more unique names
git-svn-id: trunk@33727 -
This commit is contained in:
parent
050d04c0b3
commit
77e748c9cb
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -5419,6 +5419,8 @@ lcl/interfaces/customdrawn/alllclintfunits.pas svneol=native#text/pascal
|
||||
lcl/interfaces/customdrawn/cocoagdiobjects.pas svneol=native#text/pascal
|
||||
lcl/interfaces/customdrawn/cocoaprivate.pas svneol=native#text/pascal
|
||||
lcl/interfaces/customdrawn/cocoautils.pas svneol=native#text/pascal
|
||||
lcl/interfaces/customdrawn/customdrawn_winproc.pas svneol=native#text/pascal
|
||||
lcl/interfaces/customdrawn/customdrawn_x11proc.pas svneol=native#text/pascal
|
||||
lcl/interfaces/customdrawn/customdrawndefines.inc svneol=native#text/pascal
|
||||
lcl/interfaces/customdrawn/customdrawnint.pas svneol=native#text/pascal
|
||||
lcl/interfaces/customdrawn/customdrawnlclintf.inc svneol=native#text/pascal
|
||||
@ -5444,8 +5446,6 @@ lcl/interfaces/customdrawn/customdrawnwsforms_win.inc svneol=native#text/pascal
|
||||
lcl/interfaces/customdrawn/customdrawnwsforms_x11.inc svneol=native#text/pascal
|
||||
lcl/interfaces/customdrawn/interfaces.pas svneol=native#text/pascal
|
||||
lcl/interfaces/customdrawn/wincallback.inc svneol=native#text/pascal
|
||||
lcl/interfaces/customdrawn/winproc.pas svneol=native#text/pascal
|
||||
lcl/interfaces/customdrawn/x11proc.pas svneol=native#text/pascal
|
||||
lcl/interfaces/fpgui/Makefile.compiled svneol=native#text/plain
|
||||
lcl/interfaces/fpgui/Makefile.fpc svneol=native#text/plain
|
||||
lcl/interfaces/fpgui/README.txt svneol=native#text/plain
|
||||
|
@ -18,7 +18,7 @@
|
||||
*****************************************************************************
|
||||
}
|
||||
|
||||
unit WinProc;
|
||||
unit customdrawn_winproc;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit x11proc;
|
||||
unit customdrawn_x11proc;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -33,7 +33,7 @@ uses
|
||||
fpimage, fpcanvas, fpimgcanv, ctypes,
|
||||
{$ifdef CD_Windows}Windows, WinProc,{$endif}
|
||||
{$ifdef CD_Cocoa}MacOSAll, CocoaAll,{$endif}
|
||||
{$ifdef CD_X11}X, XLib, XUtil, X11Proc,{unitxft, Xft font support}{$endif}
|
||||
{$ifdef CD_X11}X, XLib, XUtil, customdrawn_x11proc,{unitxft, Xft font support}{$endif}
|
||||
// Widgetset
|
||||
customdrawnproc,
|
||||
// LCL
|
||||
|
@ -84,6 +84,7 @@ end;
|
||||
class function TCDWSWinControl.CreateHandle(const AWinControl: TWinControl;
|
||||
const AParams: TCreateParams): HWND;
|
||||
begin
|
||||
|
||||
end;
|
||||
|
||||
class procedure TCDWSWinControl.DestroyHandle(const AWinControl: TWinControl);
|
||||
|
@ -34,7 +34,7 @@ uses
|
||||
SysUtils, Classes, types, ctypes,
|
||||
{$ifdef CD_Windows}Windows, WinProc,{$endif}
|
||||
{$ifdef CD_Cocoa}MacOSAll, CocoaAll, CocoaPrivate, CocoaUtils,{$endif}
|
||||
{$ifdef CD_X11}XShm, X, XLib, XUtil, XAtom, x11proc,{unitxft, Xft font support}{$endif}
|
||||
{$ifdef CD_X11}XShm, X, XLib, XUtil, XAtom, customdrawn_x11proc,{unitxft, Xft font support}{$endif}
|
||||
// LazUtils
|
||||
lazutf8sysutils,
|
||||
// LCL
|
||||
|
@ -110,7 +110,7 @@ end;"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Major="1" Release="1"/>
|
||||
<Files Count="377">
|
||||
<Files Count="380">
|
||||
<Item1>
|
||||
<Filename Value="android/androidint.pas"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
@ -1750,9 +1750,9 @@ end;"/>
|
||||
<Type Value="Include"/>
|
||||
</Item351>
|
||||
<Item352>
|
||||
<Filename Value="customdrawn/winproc.pas"/>
|
||||
<Filename Value="customdrawn/customdrawn_winproc.pas"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="WinProc"/>
|
||||
<UnitName Value="customdrawn_winproc"/>
|
||||
</Item352>
|
||||
<Item353>
|
||||
<Filename Value="customdrawn/alllclintfunits.pas"/>
|
||||
@ -1868,6 +1868,19 @@ end;"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="customdrawnproc"/>
|
||||
</Item377>
|
||||
<Item378>
|
||||
<Filename Value="customdrawn/customdrawn_x11proc.pas"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="customdrawn_x11proc"/>
|
||||
</Item378>
|
||||
<Item379>
|
||||
<Filename Value="customdrawn/customdrawnwscontrols.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item379>
|
||||
<Item380>
|
||||
<Filename Value="customdrawn/customdrawnwinapi_x11.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item380>
|
||||
</Files>
|
||||
<LazDoc Paths="../../docs/xml/lcl"/>
|
||||
<i18n>
|
||||
|
Loading…
Reference in New Issue
Block a user