ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/keyboard.C
(Generate patch)

Comparing rxvt-unicode/src/keyboard.C (file contents):
Revision 1.22 by root, Mon Jan 9 22:41:41 2006 UTC vs.
Revision 1.23 by root, Tue Jan 24 19:40:12 2006 UTC

420 ++hash_budget_counter [hashkey]; 420 ++hash_budget_counter [hashkey];
421 } 421 }
422 422
423 keymap.swap (sorted_keymap); 423 keymap.swap (sorted_keymap);
424 424
425#if defined (DEBUG_STRICT) || defined (DEBUG_KEYBOARD) 425#ifdef DEBUG_STRICT
426 // check for invariants 426 // check for invariants
427 for (i = 0; i < KEYSYM_HASH_BUDGETS; ++i) 427 for (i = 0; i < KEYSYM_HASH_BUDGETS; ++i)
428 { 428 {
429 index = hash[i]; 429 index = hash[i];
430 for (int j = 0; j < hash_budget_size [i]; ++j) 430 for (int j = 0; j < hash_budget_size [i]; ++j)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines