sandy_21 <[EMAIL PROTECTED]> writes:

>   Hi :
> 
>    I invoked this API like this:
>           int    actual_length,actual_format;
>       GdkAtom  actual_property_type;
>       jobject *obj_ptr;
> 
>       * gdk_property_get* (event->any.window,
>                gdk_atom_intern ("_GNU_GTKAWT_ADDR", FALSE),
>                gdk_atom_intern ("CARDINAL", FALSE),
>                0,
>                sizeof (jobject),
>                FALSE,
>                &actual_property_type,
>                &actual_format,
>                &actual_length/*NULL*/,
>                (guchar **)&obj_ptr))
> 
> the output like following:
> 
> (:9559): Gdk-DirectFB-CRITICAL **: file gdkwindow-directfb.c: line
> 1702 (gdk_window_get_events): assertion `GDK_IS_WINDOW (window)' failed
> 
> (:9559): Gdk-DirectFB-CRITICAL **: file gdkwindow-directfb.c: line
> 1714 (gdk_window_set_events): assertion `GDK_IS_WINDOW (window)' failed
> 
> (:9559): Gdk-DirectFB-CRITICAL **: file gdkproperty-directfb.c: line
> 225 (gdk_property_change): assertion `GDK_IS_WINDOW (window)' failed

These errors look unrelated to the code fragment above...

                                        Owen
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to