Mercurial > mplayer.hg
view Gui/mplayer/gtk/about.h @ 15076:1a02a23202c2
Stop streaming if we got a server error or message on pnm streaming.
This is needed to stop playback for pnm streams where mplayer can't
authenticate, and avoid an endless list of "input pnm: read error".
author | rtognimp |
---|---|
date | Sat, 09 Apr 2005 13:44:43 +0000 |
parents | 5b67aed0fc28 |
children |
line wrap: on
line source
#ifndef __GUI_ABOUT_H #define __GUI_ABOUT_H #include <gtk/gtk.h> extern GtkWidget * About; extern GtkWidget * create_About( void ); extern void ShowAboutBox( void ); #endif