[vte] lib: Remove extra header



commit f4a63bcf3036a8a41a672df0072a2b2463650187
Author: Christian Persch <chpe gnome org>
Date:   Tue Nov 24 23:09:59 2015 +0100

    lib: Remove extra header

 src/Makefile.am   |    1 -
 src/vte-private.h |    7 +++++++
 src/vte.cc        |    1 -
 src/vteaccess.cc  |    1 -
 src/vteint.h      |   35 -----------------------------------
 5 files changed, 7 insertions(+), 38 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 0c94c3b..1c09c2c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -72,7 +72,6 @@ libvte_ VTE_API_MAJOR_VERSION@_ VTE_API_MINOR_VERSION@_la_SOURCES = \
        vtedraw.h \
        vtegtk.cc \
        vtegtk.hh \
-       vteint.h \
        vteinternal.hh \
        vtepcre2.h \
        vtepty-private.h \
diff --git a/src/vte-private.h b/src/vte-private.h
index c74fd16..346096f 100644
--- a/src/vte-private.h
+++ b/src/vte-private.h
@@ -53,6 +53,13 @@
 
 G_BEGIN_DECLS
 
+void _vte_terminal_accessible_ref(VteTerminal *terminal);
+char* _vte_terminal_get_selection(VteTerminal *terminal);
+void _vte_terminal_get_start_selection(VteTerminal *terminal, long *x, long *y);
+void _vte_terminal_get_end_selection(VteTerminal *terminal, long *x, long *y);
+void _vte_terminal_select_text(VteTerminal *terminal, long start_x, long start_y, long end_x, long end_y, 
int start_offset, int end_offset);
+void _vte_terminal_remove_selection(VteTerminal *terminal);
+
 VteRowData *_vte_terminal_ensure_row(VteTerminal *terminal);
 VteRowData * _vte_new_row_data(VteTerminal *terminal);
 void _vte_terminal_queue_contents_changed(VteTerminal *terminal);
diff --git a/src/vte.cc b/src/vte.cc
index 572d651..37d39a6 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -47,7 +47,6 @@
 #include "marshal.h"
 #include "matcher.h"
 #include "vteaccess.h"
-#include "vteint.h"
 #include "vtepty.h"
 #include "vtepty-private.h"
 #include "vtegtk.hh"
diff --git a/src/vteaccess.cc b/src/vteaccess.cc
index 24981d6..d90817f 100644
--- a/src/vteaccess.cc
+++ b/src/vteaccess.cc
@@ -33,7 +33,6 @@
 #include "debug.h"
 #include <vte/vte.h>
 #include "vteaccess.h"
-#include "vteint.h"
 #include "vte-private.h"
 
 #ifdef HAVE_LOCALE_H


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]