Add stubs.
2007-07-13 Richard Hult <richard@imendio.com> * gdk/quartz/gdkcolor-quartz.c: (gdk_colors_alloc), (gdk_colors_free): Add stubs. svn path=/trunk/; revision=18466
This commit is contained in:
committed by
Richard Hult
parent
a6f92ce4b0
commit
7f66d205e8
@@ -1,3 +1,8 @@
|
||||
2007-07-13 Richard Hult <richard@imendio.com>
|
||||
|
||||
* gdk/quartz/gdkcolor-quartz.c: (gdk_colors_alloc),
|
||||
(gdk_colors_free): Add stubs.
|
||||
|
||||
2007-07-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkrecentmanager.c (get_uri_shortname_for_display): Avoid
|
||||
|
||||
@@ -113,6 +113,25 @@ gdk_colormap_change (GdkColormap *colormap,
|
||||
/* FIXME: Implement */
|
||||
}
|
||||
|
||||
gboolean
|
||||
gdk_colors_alloc (GdkColormap *colormap,
|
||||
gboolean contiguous,
|
||||
gulong *planes,
|
||||
gint nplanes,
|
||||
gulong *pixels,
|
||||
gint npixels)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void
|
||||
gdk_colors_free (GdkColormap *colormap,
|
||||
gulong *pixels,
|
||||
gint npixels,
|
||||
gulong planes)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
gdk_colormap_free_colors (GdkColormap *colormap,
|
||||
GdkColor *colors,
|
||||
|
||||
Reference in New Issue
Block a user