Mercurial > audlegacy-plugins
diff src/paranormal/plugin.c @ 2186:a509498d76b9
fixed warnings
| author | mf0102 <0102@gmx.at> |
|---|---|
| date | Sun, 25 Nov 2007 17:47:11 +0100 |
| parents | 6e4ad45c21d6 |
| children | 573436f1a56e |
line wrap: on
line diff
--- a/src/paranormal/plugin.c Sun Nov 25 17:27:39 2007 +0100 +++ b/src/paranormal/plugin.c Sun Nov 25 17:47:11 2007 +0100 @@ -42,6 +42,10 @@ #include <SDL.h> #include <SDL_thread.h> +#ifdef _POSIX_PRIORITY_SCHEDULING +#include <sched.h> +#endif + #include "paranormal.h" #include "actuators.h" #include "presets.h" @@ -270,12 +274,6 @@ } static void -about_closed(GtkWidget *w, GdkEvent *e, GtkWidget **window) -{ - about_close_clicked(w,window); -} - -static void pn_xmms_about (void) { audacious_info_dialog("About Paranormal Visualization Studio",
