diff options
Diffstat (limited to 'src/ui/fixedtip.h')
-rw-r--r-- | src/ui/fixedtip.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/fixedtip.h b/src/ui/fixedtip.h index c108df92..9a7dd78b 100644 --- a/src/ui/fixedtip.h +++ b/src/ui/fixedtip.h @@ -51,8 +51,7 @@ * \param root_y The Y coordinate where the tooltip should appear * \param markup_text Text to display in the tooltip; can contain markup */ -void meta_fixed_tip_show (int screen_number, - int root_x, int root_y, +void meta_fixed_tip_show (int root_x, int root_y, const char *markup_text); /** |