summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/glibext/module.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-12-29 13:52:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-12-29 13:52:26 (GMT)
commitf6b02ed08bb39257436921154dc617f4a07ca990 (patch)
tree6671e18ba37b9dc8dbd645c37e82ebedd7270322 /plugins/pychrysalide/glibext/module.c
parent63d012bfab75840b789e144177ca73847ea989e7 (diff)
Updated code to scroll loaded panels from Python.
Diffstat (limited to 'plugins/pychrysalide/glibext/module.c')
-rw-r--r--plugins/pychrysalide/glibext/module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/pychrysalide/glibext/module.c b/plugins/pychrysalide/glibext/module.c
index 45c92e8..2429dbd 100644
--- a/plugins/pychrysalide/glibext/module.c
+++ b/plugins/pychrysalide/glibext/module.c
@@ -31,6 +31,7 @@
#include "buffercache.h"
#include "bufferline.h"
#include "configuration.h"
+#include "linecursor.h"
#include "linegen.h"
#include "loadedpanel.h"
#include "../helpers.h"
@@ -97,6 +98,7 @@ bool populate_glibext_module(void)
if (result) result = ensure_python_config_param_is_registered();
if (result) result = ensure_python_config_param_iterator_is_registered();
if (result) result = ensure_python_generic_config_is_registered();
+ if (result) result = ensure_python_line_cursor_is_registered();
if (result) result = ensure_python_line_generator_is_registered();
if (result) result = ensure_python_loaded_panel_is_registered();