[vte/vte-next: 41/114] Remove vte_char_attributes struct
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-next: 41/114] Remove vte_char_attributes struct
- Date: Mon, 30 May 2011 17:10:11 +0000 (UTC)
commit 4484bf1fb5aa57d7e2c08ea50382e41ee1bd56b3
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 601bedb..49b9b2d 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]