summaryrefslogtreecommitdiff
path: root/app/cwm/screen.c
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2008-05-01 18:01:14 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2008-05-01 18:01:14 +0000
commita484fbc9b1a4ead013e494e9465c027417b49b51 (patch)
tree1e70faf343e1766388b2cc23244bdff71e407f92 /app/cwm/screen.c
parentd8c6fd36bac4fd6a1e528111ce281d607c39a7e2 (diff)
Rework the alt-tabbing code to be a lot simpler.
Diff mostly from Edd Barrett, with some minor changes from me. Unfortunately the issue where apps like gvim and xpdf are stealing keyrelease events causing the ordering to be messed up, but this is a lot better. A fix for the aforementioned issue shall be forthcoming, once a good one's been found. ok okan@, also tested by todd@
Diffstat (limited to 'app/cwm/screen.c')
-rw-r--r--app/cwm/screen.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/cwm/screen.c b/app/cwm/screen.c
index 6155e45b4..76cc8439f 100644
--- a/app/cwm/screen.c
+++ b/app/cwm/screen.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: screen.c,v 1.5 2008/04/16 13:35:37 oga Exp $
+ * $Id: screen.c,v 1.6 2008/05/01 18:01:13 oga Exp $
*/
#include "headers.h"
@@ -69,7 +69,4 @@ screen_updatestackingorder(void)
void
screen_init(void)
{
- struct screen_ctx *sc = screen_current();
-
- sc->cycle_client = NULL;
}