mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 05:38:13 +02:00
MG: mouse cursors are now allocated on demand
git-svn-id: trunk@1136 -
This commit is contained in:
parent
fb8205f1bb
commit
3599c5e51e
@ -821,8 +821,6 @@ begin
|
|||||||
// Initialize Stringlist for holding styles
|
// Initialize Stringlist for holding styles
|
||||||
Styles := TStringlist.Create;
|
Styles := TStringlist.Create;
|
||||||
|
|
||||||
LoadGDKCursors;
|
|
||||||
|
|
||||||
gtk_key_snooper_install(@GTKKeySnooper, @FKeyStateList);
|
gtk_key_snooper_install(@GTKKeySnooper, @FKeyStateList);
|
||||||
|
|
||||||
// Init tooltips
|
// Init tooltips
|
||||||
@ -6526,6 +6524,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.271 2002/10/30 12:37:25 lazarus
|
||||||
|
MG: mouse cursors are now allocated on demand
|
||||||
|
|
||||||
Revision 1.270 2002/10/30 00:08:09 lazarus
|
Revision 1.270 2002/10/30 00:08:09 lazarus
|
||||||
MG: finished ParseRCFile
|
MG: finished ParseRCFile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user