From 6a237b91bcbc2c25f2bf8d368535430ba6a1bf26 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Tue, 22 Apr 2003 01:04:29 +0000 Subject: Render menus only when they are invalid. --- openbox/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'openbox/Makefile.am') diff --git a/openbox/Makefile.am b/openbox/Makefile.am index d1af4683..98d52424 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -21,9 +21,10 @@ bin_PROGRAMS=$(binary) openbox3_LDADD=@LIBINTL@ -lobrender -L../render openbox3_LDFLAGS=-export-dynamic openbox3_SOURCES=parse.tab.c parse.lex.c action.c client.c config.c \ - extensions.c focus.c frame.c grab.c menu.c openbox.c \ - framerender.c parse.c plugin.c prop.c screen.c stacking.c \ - dispatch.c event.c group.c timer.c xerror.c moveresize.c + extensions.c focus.c frame.c grab.c menu.c menu_render.c \ + openbox.c framerender.c parse.c plugin.c prop.c screen.c \ + stacking.c dispatch.c event.c group.c timer.c xerror.c \ + moveresize.c noinst_HEADERS=action.h client.h config.h dispatch.h event.h extensions.h \ focus.h frame.h framerender.h geom.h gettext.h grab.h group.h \ -- cgit v1.2.3