From 3599c5e51ebea2c741561506794ea4a4482a1fe2 Mon Sep 17 00:00:00 2001 From: lazarus Date: Sat, 9 Feb 2002 01:47:56 +0000 Subject: [PATCH] MG: mouse cursors are now allocated on demand git-svn-id: trunk@1136 - --- lcl/interfaces/gtk/gtkobject.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lcl/interfaces/gtk/gtkobject.inc b/lcl/interfaces/gtk/gtkobject.inc index b0d697ed7d..5757df96ec 100644 --- a/lcl/interfaces/gtk/gtkobject.inc +++ b/lcl/interfaces/gtk/gtkobject.inc @@ -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