summaryrefslogtreecommitdiff
path: root/src/fixedtip.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnu.org>2002-05-08 16:24:28 +0000
committerAnders Carlsson <andersca@src.gnome.org>2002-05-08 16:24:28 +0000
commit0494b044d50d60e153f5197ea130e7db57a97824 (patch)
tree81d912913ab5855cea45bab23d51c8536ec62350 /src/fixedtip.h
parent3f7203a3a4d20a4c699475d74467afae579341d3 (diff)
downloadmetacity-0494b044d50d60e153f5197ea130e7db57a97824.tar.gz
Add multi-screen support. Also add patch by Erwann Chenede to make
2002-05-08 Anders Carlsson <andersca@gnu.org> * configure.in: * src/display.c: (meta_display_open): * src/fixedtip.c: (meta_fixed_tip_show): * src/fixedtip.h: * src/frames.c: (meta_frames_new), (show_tip_now): * src/frames.h: * src/menu.c: (meta_window_menu_new): * src/ui.c: (meta_ui_new): Add multi-screen support. Also add patch by Erwann Chenede to make tooltips appear on the correct screen.
Diffstat (limited to 'src/fixedtip.h')
-rw-r--r--src/fixedtip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fixedtip.h b/src/fixedtip.h
index 9f167b08..96f54d58 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);