diff options
Diffstat (limited to 'bin/display.c')
| -rw-r--r-- | bin/display.c | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ | |||
| 1 | #include <gtk/gtk.h> | 1 | #include <gtk/gtk.h> |
| 2 | #include <stdio.h> | ||
| 3 | #include <string.h> | ||
| 4 | |||
| 2 | 5 | ||
| 3 | static void activate(GtkApplication *app, gpointer user_data) { | 6 | static void activate(GtkApplication *app, gpointer user_data) { |
| 4 | // Create a new application window | 7 | // Create a new application window |
| @@ -24,4 +27,4 @@ int main(int argc, char *argv[]) { | |||
| 24 | g_object_unref(app); | 27 | g_object_unref(app); |
| 25 | 28 | ||
| 26 | return status; | 29 | return status; |
| 27 | } \ No newline at end of file | 30 | } |
