Hi

I debuged my sample programme , 
I found  conversion from GdkWindow to IDirectFBWindow
failed 
By GDK_WINDOW_IMPL_DIRECTFB() , mean impl->window 
which is 
IDirectFBWindow is 0x0 .

But i traced programme 
i found  gtk_widget_show() calls g_signal_emit()
which internally calls gdk_window_show() 
and gdk_window_show() calls show_window_internal()

When show_window_internal() is called at that time
only 
IDirectFBindow is there and there it sets opacity . 

Is it  IDirectFBWindow presents at time of
gtk_widget_show() .
and IDirectFBWindow handler lost after that, 
if not then what is problem ?

After that IDirectFBWindow failed , which happened to
my case .

If i am wrong , please suggest me how to get
IDirectFBWindow 
at anytime from GdkWindow . 

With Regards
Manoj



--- Denis Oliver Kropp <[EMAIL PROTECTED]> wrote:
> Quoting Manoj Kumar Bhatta:
> > HI
> > 
> >  I complied your programme what you sent . But it
> did
> > not set any opacity , the opacity is always
> 255(which
> > is default).
> 
> Are you sure that you are NOT using
> "no-translucent-windows"?
> 
> -- 
> Best regards,
>   Denis Oliver Kropp
> 
> .------------------------------------------.
> | DirectFB - Hardware accelerated graphics |
> | http://www.directfb.org/                 |
> "------------------------------------------"
> 
>                             Convergence GmbH
> 
> 
> -- 
> Info:  To unsubscribe send a mail to
> [EMAIL PROTECTED] with 
> "unsubscribe directfb-dev" as subject.
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/


-- 
Info:  To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-dev" as subject.

Reply via email to