diff options
author | fcolin | 2007-02-01 13:01:35 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:01:35 +0000 |
commit | 28cc6cec36580bba460de5f77700c994a0b04a7f (patch) | |
tree | df4fde2b3127eda926bfed5306bd27b8c0ea1975 /Ivy/IvyCbindings.cxx | |
parent | 55eaa424173f390b66f3eb392c48f069c357533b (diff) | |
download | ivy-cplusplus-28cc6cec36580bba460de5f77700c994a0b04a7f.zip ivy-cplusplus-28cc6cec36580bba460de5f77700c994a0b04a7f.tar.gz ivy-cplusplus-28cc6cec36580bba460de5f77700c994a0b04a7f.tar.bz2 ivy-cplusplus-28cc6cec36580bba460de5f77700c994a0b04a7f.tar.xz |
Utilisateur : Fcolin Date : 24/05/05 Heure : 11:29 Archivé dans $/Bus/Ivy Commentaire: Ajout MainLoop binding Ivy C (vss 3)
Diffstat (limited to 'Ivy/IvyCbindings.cxx')
-rw-r--r-- | Ivy/IvyCbindings.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Ivy/IvyCbindings.cxx b/Ivy/IvyCbindings.cxx index 07becfc..18d5268 100644 --- a/Ivy/IvyCbindings.cxx +++ b/Ivy/IvyCbindings.cxx @@ -123,3 +123,7 @@ void IvyBindDirectMsg( IvyCMsgDirectCallback callback, void *user_data) void IvySendDirectMsg( IvyClientPtr app, int id, char *msg )
{
}
+void IvyMainLoop( void(*hook)(void) )
+{
+ Sleep( INFINITE );
+}
|