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
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
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
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
* 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
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
* 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
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