From 94a974b31e106526ae9e626425580560221cb7a7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 27 Jan 2009 13:14:24 -0500 Subject: Encapsulate cec_store so it's not global. --- src/textadept.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/textadept.h') diff --git a/src/textadept.h b/src/textadept.h index b6d3f1cf..303c3ddf 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -34,7 +34,6 @@ extern GtkWidget *window, *focused_editor, *command_entry, *pm_container, *pm_entry, *pm_view, *findbox, *find_entry, *replace_entry, *fnext_button, *fprev_button, *r_button, *ra_button, *match_case_opt, *whole_word_opt, *lua_opt, *in_files_opt; -extern GtkListStore *cec_store; extern GtkTreeStore *pm_store; extern lua_State *lua; #if !(WIN32 || MAC) @@ -91,7 +90,7 @@ void l_handle_scnnotification(SCNotification *n); void l_ta_command(const char *command); bool l_cec_get_completions_for(const char *entry_text); -void l_cec_populate(); +void l_cec_populate(GtkListStore *store); bool l_pm_get_contents_for(const char *entry_text, bool expanding); void l_pm_populate(GtkTreeIter *initial_iter); -- cgit v1.2.3