From f885e9dece74ce168121187ecef63a2d6b58cdec Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 17 Oct 2017 20:34:29 -0400 Subject: MqTab: Expose update_positions() as non-static function --- (limited to 'src/tab.h') diff --git a/src/tab.h b/src/tab.h index b49d72d..30d6b3d 100644 --- a/src/tab.h +++ b/src/tab.h @@ -69,6 +69,9 @@ MqWindow * mq_tab_get_window(MqTab *tab); void +mq_tab_update_positions(MqTab *node, gint step); + +void mq_tab_update_position(MqTab *tab, guint position); guint -- cgit v0.9.1