Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread Christopher Michael
On 01/30/12 02:39, Doyoun Kang wrote: Dear all. When the window type is changed by window manager or other daemon, What WM ?? GTK+ ? That's a toolkit. Anyway.. elm_win couldn't detect this change and didn't change Elm_Win's type. Or the system that you were running in did not support some

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread Andreas Volz
Am Mon, 30 Jan 2012 07:39:03 + (GMT) schrieb Doyoun Kang: Dear all. When the window type is changed by window manager or other daemon, elm_win couldn't detect this change and didn't change Elm_Win's type. So, after some operation (like elm_win_alpha_set or elm_win_transparent_set,

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread The Rasterman
On Mon, 30 Jan 2012 07:39:03 + (GMT) Doyoun Kang doyoun.k...@samsung.com said: wtf? wm has no business changing window type - neither does any other process. window TYPE is defined by the owning app - it decides what type it is. this here is working around a bug in some other rude apps. :(

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread The Rasterman
On Mon, 30 Jan 2012 09:38:25 +0100 Andreas Volz li...@brachttal.net said: Am Mon, 30 Jan 2012 07:39:03 + (GMT) schrieb Doyoun Kang: Dear all. When the window type is changed by window manager or other daemon, elm_win couldn't detect this change and didn't change Elm_Win's type.

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread Doyoun Kang
(xwin, ECORE_X_WINDOW_TYPE_UTILITY). Is this ok? If it is ok, below problem occurs... --- Original Message --- Sender : Carsten Haitzlerras...@rasterman.com Date : 2012-01-30 18:58 (GMT+09:00) Title : Re: [E-devel] [Patch] elm_win - added code to handle window type change On Mon, 30 Jan

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread The Rasterman
a bad idea :) --- Original Message --- Sender : Carsten Haitzlerras...@rasterman.com Date : 2012-01-30 18:58 (GMT+09:00) Title : Re: [E-devel] [Patch] elm_win - added code to handle window type change On Mon, 30 Jan 2012 07:39:03 + (GMT) Doyoun Kang said: wtf? wm has

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread Doyoun Kang
ok. i see. :) Thanks. --- Doyoun Kang --- Original Message --- Sender : Carsten Haitzlerras...@rasterman.com Date : 2012-01-30 20:14 (GMT+09:00) Title : Re: [E-devel] [Patch] elm_win - added code to handle window type change On Mon, 30 Jan 2012 10:24:51 + (GMT) Doyoun Kang said

[E-devel] [Patch] elm_win - added code to handle window type change

2012-01-29 Thread Doyoun Kang
Dear all. When the window type is changed by window manager or other daemon, elm_win couldn't detect this change and didn't change Elm_Win's type. So, after some operation (like elm_win_alpha_set or elm_win_transparent_set, etc.), window type is changed to old type because Elm_Win's type was