~ubuntu-branches/ubuntu/karmic/mplayer/karmic

« back to all changes in this revision

Viewing changes to gui/win32/skinload.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-06-06 23:01:52 UTC
  • mfrom: (0.1.6 squeeze) (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090606230152-qxn13xfnq65nz088
Tags: 2:1.0~rc3+svn20090426-1ubuntu1
* Switch to debian packaging for the mplayer package
* New upstream release, LP: #336697, #260918, #246675, #243453, #74282
* Fixes security issues: CVE-2008-5616, LP: #308939
* many flv fixes LP: #73271, #347021
* Build and install mencoder
* Bump epoch

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
17
 * GNU General Public License for more details.
18
18
 *
19
 
 * You should have received a copy of the GNU General Public License
20
 
 * along with MPlayer; if not, write to the Free Software
21
 
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
19
 * You should have received a copy of the GNU General Public License along
 
20
 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
 
21
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
22
 */
23
23
 
24
 
#ifndef GUI_SKINLOAD_H
25
 
#define GUI_SKINLOAD_H
 
24
#ifndef MPLAYER_GUI_SKINLOAD_H
 
25
#define MPLAYER_GUI_SKINLOAD_H
26
26
 
27
27
typedef struct
28
28
{
110
110
    image *(*pngRead)(skin_t *skin, unsigned char *fname);
111
111
};
112
112
 
113
 
extern skin_t *loadskin(char *skindir, int desktopbpp);
 
113
skin_t *loadskin(char *skindir, int desktopbpp);
114
114
 
115
115
// --- Widget types ---
116
116
 
212
212
#define evShowWindow      7004
213
213
#define evFirstLoad       7005
214
214
 
215
 
#endif
 
215
#endif /* MPLAYER_GUI_SKINLOAD_H */