]> git.pld-linux.org Git - packages/DirectFB.git/blob - DirectFB-fix.patch
- added sh patch (syntax fix in directfb-config)
[packages/DirectFB.git] / DirectFB-fix.patch
1 --- DirectFB-0.9.21/inputdrivers/linux_input/linux_input.c.orig 2004-12-20 02:22:57.000000000 +0100
2 +++ DirectFB-0.9.21/inputdrivers/linux_input/linux_input.c      2005-01-09 23:53:42.772463240 +0100
3 @@ -884,7 +884,7 @@
4   * Fetch one entry from the kernel keymap.
5   */
6  static DFBResult
7 -driver_get_keymap_entry( InputDevice               *device,
8 +driver_get_keymap_entry( CoreInputDevice           *device,
9                           void                      *driver_data,
10                           DFBInputDeviceKeymapEntry *entry )
11  {
This page took 0.050392 seconds and 3 git commands to generate.