Add more stubs.

2006-03-27  Richard Hult  <richard@imendio.com>

	* gdk/quartz: Add more stubs.
This commit is contained in:
Richard Hult
2006-03-27 10:47:29 +00:00
committed by Richard Hult
parent f3d5868d7f
commit ce823f5b28
12 changed files with 198 additions and 2 deletions

View File

@ -164,8 +164,9 @@ gdk_atom_intern_static_string (const gchar *atom_name)
gchar *
gdk_atom_name (GdkAtom atom)
{
if (!atoms_to_names)
return NULL;
ensure_atom_tables ();
//if (!atoms_to_names)
// return NULL;
if (GPOINTER_TO_INT (atom) >= atoms_to_names->len)
return NULL;