mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 10:08:06 +02:00
[text] Mark internal functions static
This commit is contained in:
parent
f4d5be76ae
commit
9443dd0d4c
1 changed files with 2 additions and 2 deletions
|
|
@ -206,7 +206,7 @@ stop_animation (ply_boot_splash_plugin_t *plugin)
|
|||
ply_text_progress_bar_hide (plugin->progress_bar);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
on_draw (ply_boot_splash_plugin_t *plugin,
|
||||
int x,
|
||||
int y,
|
||||
|
|
@ -217,7 +217,7 @@ on_draw (ply_boot_splash_plugin_t *plugin,
|
|||
ply_window_clear_screen (plugin->window);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
on_erase (ply_boot_splash_plugin_t *plugin,
|
||||
int x,
|
||||
int y,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue