On Thu, 3 Aug 2006 15:31:38 + Hannes Janetzek <[EMAIL PROTECTED]> babbled:
> Hi,
> I´m currently working on a taskbar which of course needs to be informaed
> when border titles change. I hope this patch is ok, it works just like
> the icon change event.
cool- but i recently put in another m
Hello,
I saw that there are property events send if windows were moved, but
for this there is already the border move event. As far as I see it, no
app uses the property change event to listen for window moves, and if
so it probably shouldn´t.
Here is a 3 liner patch to omit this behavior.
Han
Hi,
I´m currently working on a taskbar which of course needs to be informaed
when border titles change. I hope this patch is ok, it works just like
the icon change event.
Regards,
Hannes
? border-title-change.patch
Index: e_border.c
===
Am Thu, 13 Jul 2006 14:42:07 -0500
schrieb "Nathan Ingersoll" <[EMAIL PROTECTED]>:
> Sounds like your composite manager is preventing E from receiving
> expose events (and maybe some other events) for its windows. The
> solution is not to force a redraw, but to find why these events are
> not bein
Sounds like your composite manager is preventing E from receiving
expose events (and maybe some other events) for its windows. The
solution is not to force a redraw, but to find why these events are
not being received.
xcomp has been working on a composite manager in CVS called bling,
that might g
Hello,
it might be a stupid question, but I tried some time to figure out
how the border frame gets redrawn when switching desktops. The thing
is I´m experimenting with a compositor for e17 and for the first
sketches it works surprisingly well:)
My big problem is that when I switch from a deskto
On Mon, 31 Jan 2005 12:45:12 +0100 Sebastian Dransfeld <[EMAIL PROTECTED]>
(Bbabbled:
(B
(B> Hi!
(B>
(B> I read this comment in e_border.c:
(B> /* FIXME: these likely belong in a separate icccm/client handler */
(B> /* and the border needs to become a dumb object that just does what its */
Hi!
I read this comment in e_border.c:
/* FIXME: these likely belong in a separate icccm/client handler */
/* and the border needs to become a dumb object that just does what its */
/* told to do */
Is the main work to leave
Ecore_Evas *bg_ecore_evas;
Evas *bg_evas;
Ecore_X_W