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:
parent
06d25c0ca2
commit
b4cc0f611b
1 changed files with 2 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Reference in a new issue