mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
#ifdef out call to gtk_window_set_screen, reported by Erwann Chenede.
2002-05-08 Anders Carlsson <andersca@gnu.org> * src/fixedtip.c (meta_fixed_tip_show): #ifdef out call to gtk_window_set_screen, reported by Erwann Chenede.
This commit is contained in:
parent
0494b044d5
commit
8f5c12d76d
@ -1,3 +1,9 @@
|
||||
2002-05-08 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* src/fixedtip.c (meta_fixed_tip_show):
|
||||
#ifdef out call to gtk_window_set_screen, reported by
|
||||
Erwann Chenede.
|
||||
|
||||
2002-05-08 Anders Carlsson <andersca@gnu.org>
|
||||
|
||||
* configure.in:
|
||||
|
@ -43,9 +43,11 @@ meta_fixed_tip_show (Display *xdisplay, int screen_number,
|
||||
if (tip == NULL)
|
||||
{
|
||||
tip = gtk_window_new (GTK_WINDOW_POPUP);
|
||||
#ifdef HAVE_GTK_MULTIHEAD
|
||||
gtk_window_set_screen (GTK_WINDOW (tip),
|
||||
gdk_display_get_screen (gdk_get_default_display (),
|
||||
screen_number));
|
||||
#endif
|
||||
gtk_widget_set_app_paintable (tip, TRUE);
|
||||
gtk_window_set_policy (GTK_WINDOW (tip), FALSE, FALSE, TRUE);
|
||||
gtk_widget_set_name (tip, "gtk-tooltips");
|
||||
|
Loading…
Reference in New Issue
Block a user