Re: Is select_format() function called from gdk_x11_draw_pixbuf() is assuming the in memory data format as ABGR always??

2011-08-18 Thread prudhvi raj
next ARGB etc?? On Wed, Aug 3, 2011 at 7:41 PM, prudhvi raj prudhvira...@gmail.com wrote: Hi, Can any one explain why the select_format() function called from gdk_x11_draw_pixbuf() is always checking for ABGR XRenderPictFormat before checking for ARGB?? If i am not wrong, the select_format

Is select_format() function called from gdk_x11_draw_pixbuf() is assuming the in memory data format as ABGR always??

2011-08-03 Thread prudhvi raj
Hi, Can any one explain why the select_format() function called from gdk_x11_draw_pixbuf() is always checking for ABGR XRenderPictFormat before checking for ARGB?? If i am not wrong, the select_format() function is supposed to return the XRenderPictFormat that matches with the color format of the

Is there a way to send some user-defined value while creating a gtk-window??

2011-04-29 Thread prudhvi raj
Hi, I need to send some user-defined value (say some integer) along with the gtk window creation api. So that i can differentiate that particular window from other windows and use that user-defined integer to change the way how the window pixmap gets created in X11 backend? Does gtk provide