Mercurial > hg > xemacs-beta
diff src/scrollbar-x.h @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/src/scrollbar-x.h Mon Aug 13 08:48:43 2007 +0200 +++ b/src/scrollbar-x.h Mon Aug 13 08:49:20 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) \