diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-04-22 01:04:29 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-04-22 01:04:29 +0000 |
| commit | 6a237b91bcbc2c25f2bf8d368535430ba6a1bf26 (patch) | |
| tree | beeff962eb6217820d605173e60f87642a32dd76 /openbox/Makefile.am | |
| parent | c61420b21dcb8d82b88d07348166de9f32209abe (diff) | |
Render menus only when they are invalid.
Diffstat (limited to 'openbox/Makefile.am')
| -rw-r--r-- | openbox/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
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 \ |
