Lots of changes the major change is GdkPaintable is not implemented by window

This code also requires a major redo of the cairo implementation now in
cairo cvs.
This commit is contained in:
Michael David Emmel
2006-07-14 00:17:52 +00:00
parent 6a246cb5b8
commit 73d7327b35
8 changed files with 427 additions and 113 deletions

View File

@ -105,7 +105,7 @@ _gdk_windowing_exit (void)
gchar *
gdk_get_display (void)
{
return "DirectFB";
return g_strdup (gdk_display_get_name (gdk_display_get_default ()));
}