1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

clang-check fixes

This commit is contained in:
Dave Davenport 2017-03-17 14:27:08 +01:00
parent 50477a0b99
commit 6447ddf0d7
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ static void rofi_theme_print_distance ( Distance d )
} }
} }
/** Textual representation of Window Location */ /** Textual representation of Window Location */
const char const * WindowLocationStr[9] = { const char * const WindowLocationStr[9] = {
"center", "center",
"northwest", "northwest",
"north", "north",

View file

@ -587,7 +587,7 @@ static void filter_elements ( thread_state *t, G_GNUC_UNUSED gpointer user_data
} }
} }
} }
static void rofi_view_setup_fake_transparency ( const char const *fake_background ) static void rofi_view_setup_fake_transparency ( const char* const fake_background )
{ {
if ( CacheState.fake_bg == NULL ) { if ( CacheState.fake_bg == NULL ) {
cairo_surface_t *s = NULL; cairo_surface_t *s = NULL;