comparison src/scrollbar-x.c @ 62:28a7c63c7e1e r19-16-pre6

Import from CVS: tag r19-16-pre6
author cvs
date Mon, 13 Aug 2007 08:59:13 +0200
parents 441bb1e64a06
children 131b0175ea99
comparison
equal deleted inserted replaced
61:dd3566f69ebd 62:28a7c63c7e1e
285 wv->scrollbar_data = 0; 285 wv->scrollbar_data = 0;
286 free_widget_value (wv); 286 free_widget_value (wv);
287 } 287 }
288 else if (managed) 288 else if (managed)
289 { 289 {
290 #if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID)
291 /* This isn't needed with Athena Scrollbars. It might not be needed */
292 /* with Motif scrollbars (it is apparently needed with Lesstif). */
293 XtUngrabKeyboard (SCROLLBAR_X_WIDGET (instance), CurrentTime);
294 #endif
290 XtUnmanageChild (SCROLLBAR_X_WIDGET (instance)); 295 XtUnmanageChild (SCROLLBAR_X_WIDGET (instance));
291 } 296 }
292 } 297 }
293 298
294 /* A device method. */ 299 /* A device method. */