mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 04:32:30 +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
|
||||
Styles := TStringlist.Create;
|
||||
|
||||
LoadGDKCursors;
|
||||
|
||||
gtk_key_snooper_install(@GTKKeySnooper, @FKeyStateList);
|
||||
|
||||
// Init tooltips
|
||||
@ -6526,6 +6524,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$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
|
||||
MG: finished ParseRCFile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user