~ubuntu-branches/debian/squeeze/smplayer/squeeze

« back to all changes in this revision

Viewing changes to src/constants.h

  • Committer: Bazaar Package Importer
  • Author(s): Breuil Cyril
  • Date: 2007-06-24 16:35:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070624163529-hhckbmd24uicada7
Tags: 0.5.20-0ubuntu1
* New upstream release
* Change Maintainer Email

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef _CONSTANTS_H_
20
20
#define _CONSTANTS_H_
21
21
 
22
 
/* Colorkey, which should be mplayerwindow background */
23
 
#define COLORKEY 0x020202
24
 
 
25
22
#define COMPANY "RVM"
26
23
#define PROGRAM "smplayer"
27
24