Re: [E-devel] ecore_x_window_del() - honor delete request requests

2004-08-22 Thread The Rasterman
On Mon, 23 Aug 2004 00:41:51 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > Hi, > atm, ecore_x_window_del() just wraps XDestroyWindow(). > > The attached patch makes ecore_x_window_del() only call XDestroyWindow() > if the client doesn't have the WM_DELETE_REQUEST prot

Re: [E-devel] Ecore X: what if event.window == DefaultRootWindow()?

2004-08-22 Thread The Rasterman
On Sun, 22 Aug 2004 19:34:06 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > Hi, > the subject sucks, couldn't think of anything better, sorry :) > > AFAIK, Ecore X users should *not* need to know the value of > DefaulRootWindow(...), since all the window handling funct

Re: [E-devel] Eterm feature request: keyboard select mode

2004-08-22 Thread Shish
I used screen a few times, so I emerged it to try it again. The sequence you give almost works, but I cannot seem to be able to paste what I select into other applications (it does not seem to be put in the X cut and paste buffer). Any suggestion as how to do this? Come to think of it, I never u

[E-devel] ecore_x_window_del() - honor delete request requests

2004-08-22 Thread Tilman Sauerbeck
Hi, atm, ecore_x_window_del() just wraps XDestroyWindow(). The attached patch makes ecore_x_window_del() only call XDestroyWindow() if the client doesn't have the WM_DELETE_REQUEST protocol set. If it does, a delete request message is sent. The code works just fine for me, but I don't know whethe

Re: [E-devel] Eterm feature request: keyboard select mode

2004-08-22 Thread Alan Schmitt
* Michael Jennings ([EMAIL PROTECTED]) wrote: > On Wednesday, 18 August 2004, at 10:56:46 (+0200), > Alan Schmitt wrote: > > > Please flame me if this already exists, or if this is completely crazy. > > No, neither. > > > I'm doing quite a bit of text selection, from Eterms running mutt, > > or

[E-devel] Ecore_Config default values

2004-08-22 Thread dan sinclair
Hello, I was trying to set the default EWL theme into the Ecore system.db and noticed that it dosen't seem to be working. As far as I can tell, the value is correctly read out of the system.db but when the call to ecore_config_theme_default() is made that default value over-rides what was initial

Re: [E-devel] Eterm feature request: keyboard select mode

2004-08-22 Thread Alan Schmitt
* Shish ([EMAIL PROTECTED]) wrote: > > I would really like to have a way to select some text > > using only the keyboard. > > `screen` has this built in, and eterm has screen built in (if you use the > screen theme), or you can run it manually. > > Ctrl-a [ : start copy mode > Enter : sel

[E-devel] Ecore X: what if event.window == DefaultRootWindow()?

2004-08-22 Thread Tilman Sauerbeck
Hi, the subject sucks, couldn't think of anything better, sorry :) AFAIK, Ecore X users should *not* need to know the value of DefaulRootWindow(...), since all the window handling functions provide the "root window fallback" (if the passed window is zero, use the root window instead). Now basical