summaryrefslogtreecommitdiff
path: root/src/glibext/bufferline.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-07-27 21:54:34 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-07-27 21:54:34 (GMT)
commit703e0d10d56bb288b515526f0d0f1994391619bf (patch)
treea633c7286968908504a4ba9e9296bc80f8ffd2b1 /src/glibext/bufferline.h
parent9606b8e49299e37b297da039fc8a645f1ab4cf2d (diff)
Removed some extra special column indexes.
Diffstat (limited to 'src/glibext/bufferline.h')
-rw-r--r--src/glibext/bufferline.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/glibext/bufferline.h b/src/glibext/bufferline.h
index 0e20b37..319f9b7 100644
--- a/src/glibext/bufferline.h
+++ b/src/glibext/bufferline.h
@@ -65,18 +65,8 @@ typedef enum _BufferLineColumn
BLC_COUNT,
- BLC_LAST_USED, /* Dernière colonne utilisée */
- BLC_INVALID, /* Valeur de non-initialisation*/
- BLC_MAIN /* Colonne principale (cf. imm)*/
-
} BufferLineColumn;
-/* Première colonne de l'ensemble */
-#define BLC_FIRST BLC_PHYSICAL
-
-/* Première colonne toujours affichée */
-#define BLC_DISPLAY BLC_ASSEMBLY_LABEL
-
/* Confort pour l'insertion de texte */
#define SL(str) str, strlen(str)
@@ -149,7 +139,7 @@ BufferLineFlags g_buffer_line_get_flags(const GBufferLine *);
void g_buffer_line_remove_flag(GBufferLine *, BufferLineFlags);
/* Exporte la ligne de texte représentée. */
-void g_buffer_line_export(GBufferLine *, buffer_export_context *, BufferExportType, const bool *);
+void g_buffer_line_export(GBufferLine *, buffer_export_context *, BufferExportType, const GDisplayOptions *);