summaryrefslogtreecommitdiffstats
path: root/src/main-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-window.h')
-rw-r--r--src/main-window.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main-window.h b/src/main-window.h
index e5a7de5..fb31ac4 100644
--- a/src/main-window.h
+++ b/src/main-window.h
@@ -19,4 +19,8 @@
* along with Marquee. If not, see <http://www.gnu.org/licenses/>.
*/
-void mq_main_window_new();
+typedef struct {
+ GtkWidget *gtk_window;
+} MqWindow;
+
+MqWindow *mq_main_window_new(gint uri_c, gchar *uri_v[]);