~siretart/gxine/bug.542506

« back to all changes in this revision

Viewing changes to src/noskin_window.h

  • Committer: Bazaar Package Importer
  • Author(s): Siggi Langauf
  • Date: 2005-01-05 01:49:18 UTC
  • mto: (2.1.1 etch) (1.1.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050105014918-wgldiqcd79ck2b0v
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * along with this program; if not, write to the Free Software
16
16
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
17
 *
18
 
 * $Id: noskin_window.h,v 1.1 2003/02/01 23:30:07 guenter Exp $
 
18
 * $Id: noskin_window.h,v 1.2 2004/04/09 18:07:52 guenter Exp $
19
19
 *
20
20
 * standard, non-skinned main window
21
21
 */
25
25
 
26
26
#include <glib.h>
27
27
 
28
 
void noskin_main_init (gchar *audio_driver_id, gchar *video_driver_id) ;
 
28
void noskin_main_init (void) ;
29
29
 
30
 
void noskin_main_close ();
 
30
void noskin_main_close (void);
31
31
 
32
32
#endif