~ubuntu-branches/debian/sid/mplayer/sid

« back to all changes in this revision

Viewing changes to gui/wm/wsmkeys.h

  • Committer: Bazaar Package Importer
  • Author(s): A Mennucc1
  • Date: 2009-03-23 10:05:45 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090323100545-x8h79obawnnte7kk
Tags: 1.0~rc2+svn20090303-5
debian/control : move docbook-xml,docbook-xsl,xsltproc from 
Build-Depends-Indep to Build-Depends, since they are needed to run
configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef GUI_WSMKEYS_H
2
 
#define GUI_WSMKEYS_H
 
1
/*
 
2
 * This file is part of MPlayer.
 
3
 *
 
4
 * MPlayer is free software; you can redistribute it and/or modify
 
5
 * it under the terms of the GNU General Public License as published by
 
6
 * the Free Software Foundation; either version 2 of the License, or
 
7
 * (at your option) any later version.
 
8
 *
 
9
 * MPlayer is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
 * GNU General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public License along
 
15
 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
 
16
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
17
 */
 
18
 
 
19
#ifndef MPLAYER_GUI_WSMKEYS_H
 
20
#define MPLAYER_GUI_WSMKEYS_H
3
21
 
4
22
#include "wskeys.h"
5
23
 
6
 
TwsKeyNames wsKeyNames[ wsKeyNumber ] =
 
24
const TwsKeyNames wsKeyNames[ wsKeyNumber ] =
7
25
 {
8
26
  { wsq, "q" }, { wsa, "a" }, { wsz, "z" }, { wsw, "w" }, { wss, "s" }, { wsx, "x" },
9
27
  { wse, "e" }, { wsd, "d" }, { wsr, "r" }, { wsf, "f" }, { wsv, "v" }, { wst, "t" },
65
83
  { wsKeyNone, "None" }
66
84
 };
67
85
 
68
 
#endif /* GUI_WSMKEYS_H */
 
86
#endif /* MPLAYER_GUI_WSMKEYS_H */