~ubuntu-branches/ubuntu/quantal/xbindkeys/quantal

« back to all changes in this revision

Viewing changes to get_key.h

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-03-11 22:08:30 UTC
  • Revision ID: james.westby@ubuntu.com-20040311220830-ebuzheynmbvsdosa
Tags: upstream-1.7.1
ImportĀ upstreamĀ versionĀ 1.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************
 
2
        xbindkeys : a program to bind keys to commands under X11.
 
3
                           -------------------
 
4
    begin                : Sat Oct 13 14:11:34 CEST 2001
 
5
    copyright            : (C) 2001 by Philippe Brochard
 
6
    email                : hocwp@free.fr
 
7
 ***************************************************************************/
 
8
 
 
9
/***************************************************************************
 
10
 *                                                                         *
 
11
 *   This program is free software; you can redistribute it and/or modify  *
 
12
 *   it under the terms of the GNU General Public License as published by  *
 
13
 *   the Free Software Foundation; either version 2 of the License, or     *
 
14
 *   (at your option) any later version.                                   *
 
15
 *                                                                         *
 
16
 ***************************************************************************/
 
17
 
 
18
#ifndef __GET_KEY_H
 
19
#define __GET_KEY_H
 
20
 
 
21
#include <X11/Xlib.h>
 
22
 
 
23
extern void get_key_binding (Display * dpy, char **argv, int argc);
 
24
 
 
25
 
 
26
#endif /* __GET_KEY_H */