diff lwlib/lwlib.c @ 12:bcdc7deadc19 r19-15b7

Import from CVS: tag r19-15b7
author cvs
date Mon, 13 Aug 2007 08:48:16 +0200
parents ac2d302a0011
children 9ee227acff29
line wrap: on
line diff
--- a/lwlib/lwlib.c	Mon Aug 13 08:47:56 2007 +0200
+++ b/lwlib/lwlib.c	Mon Aug 13 08:48:16 2007 +0200
@@ -1253,7 +1253,8 @@
 void
 lw_set_keyboard_focus (Widget parent, Widget w)
 {
-#ifdef NEED_MOTIF
+#if defined(NEED_MOTIF) && !defined(LESSTIF_VERSION)
+  /* This loses with Lesstif v0.75a */
   xm_set_keyboard_focus (parent, w);
 #else
   XtSetKeyboardFocus (parent, w);