Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55653 Details for
Bug 87889
imposter 0.3 released ( Version Bump )
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
imposter-0.3-ignore-modifiers.patch
imposter-0.3-ignore-modifiers.patch (text/plain), 695 bytes, created by
S.Caglar Onur
on 2005-04-08 03:51:09 UTC
(
hide
)
Description:
imposter-0.3-ignore-modifiers.patch
Filename:
MIME Type:
Creator:
S.Caglar Onur
Created:
2005-04-08 03:51:09 UTC
Size:
695 bytes
patch
obsolete
>diff -ur imposter-0.3.orig/src/ui.c imposter-0.3/src/ui.c >--- imposter-0.3.orig/src/ui.c 2005-04-01 16:41:44.000000000 +0300 >+++ imposter-0.3/src/ui.c 2005-04-08 13:39:33.000000000 +0300 >@@ -4,6 +4,9 @@ > ** modify it under the terms of GNU General Public License. > */ > >+ /* Ignore some modifier keys in keyboard handling. */ >+ #define imposter_ignore_modifiers(a) ((a) &(~(GDK_LOCK_MASK|GDK_MOD2_MASK))) >+ > #include "common.h" > > static GtkWidget *menu_bar, *window, *area; >@@ -43,7 +46,7 @@ > char *key; > int i; > >- if (ev->state) return FALSE; >+ if (imposter_ignore_modifiers(ev->state)) return FALSE; > key = gdk_keyval_name (ev->keyval); > if (key) { > for (i = 0; defkeys[i].key; i++) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 87889
:
55266
|
55652
| 55653