This patch will allow gdk images of depth 1, which
I need for my faxapplication.
It adds the function:
GdkImage *
gdk_image_new_bitmap(GdkVisual *visual, gpointer data, gint w, gint h)
to gdkimage.c and its prototype in gdk.h
Author: Marc van Kempen (
[email protected])