GNOME Bugzilla – Bug 342091
Patch to make the DirectFB backend compile again
Last modified: 2006-05-18 07:46:47 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: