~equinox-i/xfce4-volumed-pulse/add-support-for-mic-mute

« back to all changes in this revision

Viewing changes to src/xvd_keys.h

  • Committer: Steve Dodier
  • Date: 2010-09-25 07:36:58 UTC
  • Revision ID: git-v1:af2ddc039bc575518a99c80c39abe0ddcc388156
Releasing 0.1.9, with Jérôme Guelfucci's patch replacing xvd with keybinder

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "xvd_data_types.h"
27
27
 
28
 
struct xvd_binding_t {
29
 
  xcb_keycode_t code;
30
 
  uint16_t mod;
31
 
};
32
 
 
33
28
void 
34
29
xvd_keys_init(XvdInstance *Inst);
35
30