diff options
Diffstat (limited to 'x11/libxklavier/files/patch-libxklavier_xklavier_evt_xmm.c')
-rw-r--r-- | x11/libxklavier/files/patch-libxklavier_xklavier_evt_xmm.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/libxklavier/files/patch-libxklavier_xklavier_evt_xmm.c b/x11/libxklavier/files/patch-libxklavier_xklavier_evt_xmm.c deleted file mode 100644 index 8dbfe37c7..000000000 --- a/x11/libxklavier/files/patch-libxklavier_xklavier_evt_xmm.c +++ /dev/null @@ -1,22 +0,0 @@ ---- libxklavier/xklavier_evt_xmm.c.orig Tue Nov 30 02:18:31 2004 -+++ libxklavier/xklavier_evt_xmm.c Tue Nov 30 02:20:24 2004 -@@ -13,15 +13,15 @@ - { - if( _xklListenerType & XKLL_MANAGE_LAYOUTS ) - { -- XklDebug( 200, "Processing the KeyPress event\n" ); - int currentShortcut = 0; - const XmmSwitchOptionPtr sop = _XklXmmFindSwitchOption( kpe->keycode, -- kpe->state, -- ¤tShortcut ); -+ kpe->state, -+ ¤tShortcut ); -+ XklDebug( 200, "Processing the KeyPress event\n" ); - if( sop != NULL ) - { -- XklDebug( 150, "It is THE shortcut\n" ); - XklState state; -+ XklDebug( 150, "It is THE shortcut\n" ); - _XklXmmGetRealState( &state ); - if( state.group != -1 ) - { |