summaryrefslogtreecommitdiff
path: root/src/glibext/bufferline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext/bufferline.h')
-rw-r--r--src/glibext/bufferline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glibext/bufferline.h b/src/glibext/bufferline.h
index 1690d15..f5f25d0 100644
--- a/src/glibext/bufferline.h
+++ b/src/glibext/bufferline.h
@@ -31,7 +31,7 @@
#include "gdisplayoptions.h"
#include "linesegment.h"
-#ifdef HAVE_GTK_SUPPORT
+#ifdef INCLUDE_GTK_SUPPORT
# include "widthtracker.h"
#endif
#include "../analysis/content.h"
@@ -141,7 +141,7 @@ typedef struct _col_coord_t
} col_coord_t;
-#ifdef HAVE_GTK_SUPPORT
+#ifdef INCLUDE_GTK_SUPPORT
/* Fait remonter les largeurs requises par une ligne donnée. */
void g_buffer_line_collect_widths(const GBufferLine *, size_t, size_t, gint *, gint *);