Mercurial > hg > xemacs-beta
comparison src/scrollbar-x.c @ 201:eb5470882647 r20-3b27
Import from CVS: tag r20-3b27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:01:22 +0200 |
parents | 3d6bfa290dbd |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
200:f0deb0c0e6be | 201:eb5470882647 |
---|---|
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. */ |