Mercurial > hg > xemacs-beta
diff src/scrollbar-x.h @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 0293115a14e9 |
children | 6a378aca36af |
line wrap: on
line diff
--- a/src/scrollbar-x.h Mon Aug 13 09:00:04 2007 +0200 +++ b/src/scrollbar-x.h Mon Aug 13 09:02:59 2007 +0200 @@ -42,8 +42,7 @@ /* Pointer to the scrollbar widget this structure describes. */ Widget widget; -#if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID) || \ - defined (LWLIB_SCROLLBARS_ATHENA3D) +#if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID) /* Recorded starting position for Motif-like scrollbar drags. */ int vdrag_orig_value; Bufpos vdrag_orig_window_start; @@ -59,8 +58,7 @@ #define SCROLLBAR_X_POS_DATA(i) (SCROLLBAR_X_DATA (i)->pos_data) #define SCROLLBAR_X_WIDGET(i) (SCROLLBAR_X_DATA (i)->widget) -#if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID) || \ - defined (LWLIB_SCROLLBARS_ATHENA3D) +#if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID) #define SCROLLBAR_X_VDRAG_ORIG_VALUE(i) \ (SCROLLBAR_X_DATA (i)->vdrag_orig_value) #define SCROLLBAR_X_VDRAG_ORIG_WINDOW_START(i) \