Update of /cvsroot/mahogany/M/include/gui
In directory usw-pr-cvs1:/tmp/cvs-serv28866/include/gui
Modified Files:
wxlwindow.h
Log Message:
Attempt to have focus following the mouse on Windows. Protected with
EXPERIMENTAL_FOCUS_FOLLOWS.
Index: wxlwindow.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxlwindow.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -b -u -2 -r1.49 -r1.50
--- wxlwindow.h 18 Jan 2002 20:08:38 -0000 1.49
+++ wxlwindow.h 3 Jun 2002 11:09:10 -0000 1.50
@@ -194,5 +194,5 @@
m_StatusFieldCursor = cursorfield;
}
-#ifndef __WXMSW__
+#if defined(__WXGTK__) || defined(EXPERIMENTAL_FOCUS_FOLLOWS)
/// Enable or disable focus follow mode under non-MSW
void SetFocusFollowMode(bool enable = TRUE)
@@ -302,5 +302,5 @@
/// Do we want to auto-replace the selection with new text?
bool m_AutoDeleteSelection;
-#ifndef __WXMSW__
+#if defined(__WXGTK__) || defined(EXPERIMENTAL_FOCUS_FOLLOWS)
/// Do we want the focus to follow the mouse?
bool m_FocusFollowMode;
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates