1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-03 15:34:54 -05:00

Fix build test

This commit is contained in:
Dave Davenport 2016-03-03 08:23:12 +01:00
parent 06d25c0ca2
commit b4cc0f611b

View file

@ -28,9 +28,10 @@ Color color_get ( const char *name )
{
}
void rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
int rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
{
fputs ( msg, stderr );
return FALSE;
}
int abe_test_action ( KeyBindingAction action, unsigned int mask, xkb_keysym_t key )