summaryrefslogtreecommitdiff
path: root/examples/motifButtonIvy.c
diff options
context:
space:
mode:
authordrouin2004-09-01 15:54:51 +0000
committerdrouin2004-09-01 15:54:51 +0000
commit12751e3fc02e45da1198b82dadf83fe861ebfd1e (patch)
treea56a2fdb4d4640dc29b5e3d080265d4d164f6b5d /examples/motifButtonIvy.c
parentd95d579469c04a581fd5559e96d28b88293613c3 (diff)
downloadivy-c-12751e3fc02e45da1198b82dadf83fe861ebfd1e.zip
ivy-c-12751e3fc02e45da1198b82dadf83fe861ebfd1e.tar.gz
ivy-c-12751e3fc02e45da1198b82dadf83fe861ebfd1e.tar.bz2
ivy-c-12751e3fc02e45da1198b82dadf83fe861ebfd1e.tar.xz
replaced the gtk mainloop with a glib one. added -Wall compile directive . fixed some warnings
Diffstat (limited to 'examples/motifButtonIvy.c')
-rw-r--r--examples/motifButtonIvy.c1
1 files changed, 1 insertions, 0 deletions
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;
}