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