After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 342091 - Patch to make the DirectFB backend compile again
Patch to make the DirectFB backend compile again
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: [obsolete] Backend: directfb
2.9.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
Michael Emmel
Depends on:
Blocks:
 
 
Reported: 2006-05-17 08:15 UTC by Attilio Fiandrotti
Modified: 2006-05-18 07:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Attilio Fiandrotti 2006-05-17 08:15:30 UTC
Please describe the problem:
Please, add something like this stub to gdkscreen-directfb.c to make the DFB
backend compile again

gboolean
gdk_screen_is_composited (GdkScreen *screen)
{
  g_return_val_if_fail (GDK_IS_SCREEN (screen), NULL);
  return FALSE;
} 

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information: