Re: [E-devel] e_border patch for having title change events

2006-08-12 Thread The Rasterman
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

[E-devel] e_border patch against property change events when moving windows

2006-08-11 Thread Hannes Janetzek
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

[E-devel] e_border patch for having title change events

2006-08-03 Thread Hannes Janetzek
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 ===

Re: [E-devel] e_border redraw help needed

2006-07-13 Thread mista
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

Re: [E-devel] e_border redraw help needed

2006-07-13 Thread Nathan Ingersoll
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

[E-devel] e_border redraw help needed

2006-07-13 Thread mista
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

Re: [E-devel] E_Border

2005-02-10 Thread The Rasterman
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 */

[E-devel] E_Border

2005-01-31 Thread Sebastian Dransfeld
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