comparison mcabber/mcabber/main.c @ 2337:ffd0e57e9563

Defined types shall end with "_t"
author franky
date Sun, 12 May 2019 11:32:30 +0200
parents f181418db215
children 7f11a567d236
comparison
equal deleted inserted replaced
2336:0dc317b5599d 2337:ffd0e57e9563
353 return FALSE; 353 return FALSE;
354 } 354 }
355 355
356 static gboolean keyboard_activity(void) 356 static gboolean keyboard_activity(void)
357 { 357 {
358 keycode kcode; 358 keycode_t kcode;
359 359
360 if (terminate_ui) { 360 if (terminate_ui) {
361 return FALSE; 361 return FALSE;
362 } 362 }
363 scr_do_update(); 363 scr_do_update();