forked from AuroraMiddleware/gtk
inspector: Warn if using the default display
This commit is contained in:
parent
4b40cc27a9
commit
721a12826d
@ -398,6 +398,9 @@ get_inspector_display (void)
|
|||||||
if (!display)
|
if (!display)
|
||||||
display = gdk_display_get_default ();
|
display = gdk_display_get_default ();
|
||||||
|
|
||||||
|
if (display == gdk_display_get_default ())
|
||||||
|
g_message ("Using default display for GtkInspector; expect some spillover");
|
||||||
|
|
||||||
return display;
|
return display;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user