~ubuntu-branches/ubuntu/karmic/alltray/karmic

« back to all changes in this revision

Viewing changes to src/xmms.h

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Hertzog
  • Date: 2007-01-14 18:36:56 UTC
  • Revision ID: james.westby@ubuntu.com-20070114183656-tutd3t7x0kifep7a
Tags: upstream-0.69
ImportĀ upstreamĀ versionĀ 0.69

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "common.h"
 
2
 
 
3
#ifndef __XMMS_H__
 
4
#define __XMMS_H__
 
5
 
 
6
void xmms_filter_init (win_struct *win);
 
7
void deiconify_xmms_windows (win_struct *win);
 
8
GdkFilterReturn xmms_main_window_filter (GdkXEvent *xevent, 
 
9
  GdkEvent *event, gpointer user_data);
 
10
GdkPixbuf *get_xmms_icon (gint width, gint height);
 
11
 
 
12
#endif