diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-11-18 23:10:14 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-11-18 23:10:14 +0100 |
| commit | cc8792b3150f7b7f0a5a297dedd78295d4031c68 (patch) | |
| tree | 2b8d24c3f195e3d2c71ae04a371c68defdb45c39 /bin/display.c | |
| parent | dbf4264109f52fb7d1479d1119e39fddafd952bd (diff) | |
finished the webpage, and the main code is functioning correctly
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 @@ #include <gtk/gtk.h> +#include <stdio.h> +#include <string.h> + 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 +} |
