From 12751e3fc02e45da1198b82dadf83fe861ebfd1e Mon Sep 17 00:00:00 2001 From: drouin Date: Wed, 1 Sep 2004 15:54:51 +0000 Subject: replaced the gtk mainloop with a glib one. added -Wall compile directive . fixed some warnings --- examples/motifButtonIvy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/motifButtonIvy.c') diff --git a/examples/motifButtonIvy.c b/examples/motifButtonIvy.c index f4336aa..084359f 100644 --- a/examples/motifButtonIvy.c +++ b/examples/motifButtonIvy.c @@ -34,4 +34,5 @@ int main(int argc,char *argv[]){ IvyBindMsg(textCallback,&tosend,"^Ivy Button text=(.*)"); IvyStart(bus); XtAppMainLoop(app_context); + return 0; } -- cgit v1.1