Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 300889 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/xsplash.c (-1 / +1 lines)
Lines 468-474 Link Here
468
468
469
  is_composited = gdk_screen_is_composited (screen);
469
  is_composited = gdk_screen_is_composited (screen);
470
470
471
  if (GTK_WIDGET_REALIZED (priv->window))
471
  if (gtk_widget_get_realized (priv->window))
472
    {
472
    {
473
      if (is_composited)
473
      if (is_composited)
474
        {
474
        {

Return to bug 300889