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:
parent
50477a0b99
commit
6447ddf0d7
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue