Fix tests.

This commit is contained in:
Dave Davenport
2017-01-09 23:15:45 +01:00
parent a5d2db256e
commit d88a5197b5
9 changed files with 31 additions and 5 deletions

View File

@@ -24,7 +24,9 @@ struct xcb_stuff *xcb;
abort ( ); \
} \
}
void rofi_add_error_message ( GString *msg )
{
}
int rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
{
fputs ( msg, stderr );