diff lwlib/lwlib.c @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents 131b0175ea99
children 1ce6082ce73f
line wrap: on
line diff
--- a/lwlib/lwlib.c	Mon Aug 13 09:05:11 2007 +0200
+++ b/lwlib/lwlib.c	Mon Aug 13 09:05:42 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);