From cc8792b3150f7b7f0a5a297dedd78295d4031c68 Mon Sep 17 00:00:00 2001 From: nasrlol Date: Mon, 18 Nov 2024 23:10:14 +0100 Subject: finished the webpage, and the main code is functioning correctly --- bin/display.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/display.c') diff --git a/bin/display.c b/bin/display.c index 51a0873..b960ff1 100644 --- a/bin/display.c +++ b/bin/display.c @@ -1,4 +1,7 @@ #include +#include +#include + static void activate(GtkApplication *app, gpointer user_data) { // Create a new application window @@ -24,4 +27,4 @@ int main(int argc, char *argv[]) { g_object_unref(app); return status; -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2