From: Arnout E. <rab...@us...> - 2013-05-10 20:46:58
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "RandR support module". The branch, master has been updated via 79e35da62f944497f49a44231724a8ccd2d1ede1 (commit) from 8a86f43004e5a57f221f3b38153af6dd01f7bcfd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 79e35da62f944497f49a44231724a8ccd2d1ede1 Author: Arnout Engelen <arn...@bz...> Date: Fri May 10 22:41:23 2013 +0200 Fix bug where a workspace would not be moved because a to-be-closed screen was considered suitable to hold the workspace. Sort of recreated the situation in a testcase, but it's a real mess. ----------------------------------------------------------------------- Summary of changes: Makefile | 2 +- cfg_xrandr.lua | 27 ++++++----- mod_xrandr.lua | 2 +- test_xrandr.lua | 12 +++-- test_xrandr_remove_screen.lua | 110 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 134 insertions(+), 19 deletions(-) create mode 100644 test_xrandr_remove_screen.lua hooks/post-receive -- RandR support module |