[vte/vte-next: 42/223] Remove vte_char_attributes struct
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-next: 42/223] Remove vte_char_attributes struct
- Date: Wed, 22 Jun 2011 20:52:08 +0000 (UTC)
commit b40a908059b5c97c0fccee7140cf57ab686e744a
Author: Christian Persch <chpe gnome org>
Date: Mon May 2 23:10:53 2011 +0200
Remove vte_char_attributes struct
src/vte.h | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/vte.h b/src/vte.h
index 8485447..9897c72 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -160,16 +160,8 @@ typedef enum {
} VteTerminalCursorShape;
/* The structure we return as the supplemental attributes for strings. */
-struct _VteCharAttributes {
- /*< private >*/
- long row, column;
- GdkColor fore, back;
- guint underline:1, strikethrough:1;
-};
typedef struct _VteCharAttributes VteCharAttributes;
-
-/* The name of the same structure in the 0.10 series, for API compatibility. */
-struct vte_char_attributes {
+struct _VteCharAttributes {
/*< private >*/
long row, column;
GdkColor fore, back;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]