THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - Uli Schlachter (psychon)
Attached to Project - awesome
Summary - awesome generatess needless ConfigureNotify events Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To - Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - Hi,

while developing some own app I noticed that awesome generates two 
ConfigureNotify events if a windows is resized (mod4 + right mouse click and 
move).

Example xtrace output:
000:>:0b52: Event (generated) ConfigureNotify(22) event=0x01400000 
window=0x01400000 above-sibling=None(0x00000000) x=1024 y=20 width=907 height=407 
border-width=0 override-redirect=false(0x00)
000:>:0b52: Event ConfigureNotify(22) event=0x01400000 window=0x01400000 
above-sibling=0x01200006 x=1024 y=20 width=907 height=406 border-width=0 
override-redirect=false(0x00)
000:>:0b52: Event (generated) ConfigureNotify(22) event=0x01400000 
window=0x01400000 above-sibling=None(0x00000000) x=1024 y=20 width=907 height=406 
border-width=0 override-redirect=false(0x00)
000:>:0b9b: Event ConfigureNotify(22) event=0x01400000 window=0x01400000 
above-sibling=0x03200006 x=1024 y=20 width=907 height=406 border-width=0 
override-redirect=false(0x00)

I think these events are generated by both calls to window_configure() in 
client.c which are both after a xcb_configure_window(). I'm not sure, but I 
think these can be removed (the window_configure() calls in window.c might be 
legitimate, I'm not sure either).

Could someone who knows more about this stuff take a look?

Uli

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=511

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [email protected].

Reply via email to