]> icculus.org git repositories - mikachu/openbox.git/commit
don't run 100 actions when doing interactive actions. keep only one interactive actio...
authorDana Jansens <danakj@orodu.net>
Thu, 3 May 2007 04:21:16 +0000 (04:21 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 3 May 2007 04:21:16 +0000 (04:21 +0000)
commit34b89d8f71f5546a3e0fa523e4bf35a0f0d59a80
tree32a4c26d236f701f0a889017cecc0e39d64e14ca
parent9c19d7f677e17b458f7fad1cdd220ffb2ac51ba1
don't run 100 actions when doing interactive actions. keep only one interactive action at a time, no need to queue them up. when an action with a different function comes along, end the previous one. if its the same function though, you know it will clean up after itself so no need to save them both and call it twice identically.
openbox/keyboard.c