X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=common%2Fmakegdesc;h=cfcb6f19ee54415042b02765423e7763806be9b9;hb=1627115dcfa53cf78bb9b28840042d4822bc2f97;hp=32271fb191aa2b4c7208a5fc5700e72eb2199ffc;hpb=4dda7bfaad18c2d4bf23d7b85641c34a632c3ae6;p=doldaconnect.git diff --git a/common/makegdesc b/common/makegdesc index 32271fb..cfcb6f1 100755 --- a/common/makegdesc +++ b/common/makegdesc @@ -510,6 +510,7 @@ while(<>) if($args{"h"}) { $hfile = IO::File->new($args{"h"}, "w") || die; + $hfile->print("GtkWidget *create_" . $options{"prefix"} . "wnd(void);\n"); printheader $rootwidgets, $hfile; $hfile->close(); }