aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authorokan2013-05-20 20:21:04 +0000
committerokan2013-05-20 20:21:04 +0000
commita4fa4ac623b54b25b58caaba5b717165be6915bb (patch)
tree16391330bcca29b3937500ccd6fb18ebe57b653f /screen.c
parente9251684bd2c326cd3a874f932ccbca1c93b4e2d (diff)
downloadcwm-a4fa4ac623b54b25b58caaba5b717165be6915bb.tar.gz
- configure menuwin with the screen, then create the xft drawable using
the menu window since that's the only place on which we draw - elminate the need to change the drawable on every font draw
Diffstat (limited to '')
-rw-r--r--screen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/screen.c b/screen.c
index 26d902a..864e120 100644
--- a/screen.c
+++ b/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.
*
- * $OpenBSD: screen.c,v 1.50 2013/05/11 22:01:07 okan Exp $
+ * $OpenBSD: screen.c,v 1.51 2013/05/20 20:21:04 okan Exp $
*/
#include <sys/param.h>
@@ -56,7 +56,6 @@ screen_init(int which)
TAILQ_INIT(&sc->mruq);
group_init(sc);
- menu_init(sc);
rootattr.cursor = Cursor_normal;
rootattr.event_mask = SubstructureRedirectMask|SubstructureNotifyMask|