X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui.h;h=27aebce0a94789221a8a4b14c5b7c5c011537e4e;hb=d37e36f01c84be3675a9930c58b1cedd96ee5ec3;hp=d56009446baa310719a3706f9fa2581e79c01d67;hpb=7c65d82829b7dc2880f69f2ed6830f8fdd7a3ec9;p=ptask.git diff --git a/src/ui.h b/src/ui.h index d560094..27aebce 100644 --- a/src/ui.h +++ b/src/ui.h @@ -22,6 +22,6 @@ #include -GtkWindow *create_window(); +GtkWindow *create_window(GtkBuilder *, GSettings *); #endif