Build metacity as library so that plugins can link against it.

Renamed original main() to meta_main(); added wrapper main() into metacity.c.
This commit is contained in:
Tomas Frydrych
2008-10-08 10:11:57 +01:00
parent 60695fd89a
commit bbdd7d9b15
5 changed files with 45 additions and 11 deletions

View File

@ -40,4 +40,6 @@ void meta_quit (MetaExitCode code);
void meta_restart (void);
int meta_main (int argc, char **argv);
#endif