diff options
Diffstat (limited to 'src/fixedtip.h')
-rw-r--r-- | src/fixedtip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fixedtip.h b/src/fixedtip.h index 9f167b0..96f54d5 100644 --- a/src/fixedtip.h +++ b/src/fixedtip.h @@ -25,7 +25,7 @@ #include <gtk/gtk.h> #include <gdk/gdkx.h> -void meta_fixed_tip_show (Display *xdisplay, +void meta_fixed_tip_show (Display *xdisplay, int screen_number, int root_x, int root_y, const char *markup_text); void meta_fixed_tip_hide (void); |