diff options
author | simonb <simonb> | 2007-01-07 11:55:14 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-01-07 11:55:14 (GMT) |
commit | 1cc7b60aa2c2e7a26f9ff6f1461ca0b8a97be8de (patch) | |
tree | 1de2b149b23e589a36c81bd2aa51092db7b6e190 /src/Makefile.am | |
parent | cfd33dd7a8f392253d8af9f418d86dc3083fc27d (diff) | |
download | fluxbox_pavel-1cc7b60aa2c2e7a26f9ff6f1461ca0b8a97be8de.zip fluxbox_pavel-1cc7b60aa2c2e7a26f9ff6f1461ca0b8a97be8de.tar.bz2 |
per-window transparency, including apps and menu support, plus some
infrastructure and related changes. Thanks for original patch from
Julien Trolet, dmxen at sourceforge dot net
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b86e2c9..5b74800 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -100,7 +100,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
100 | Workspace.cc Workspace.hh \ | 100 | Workspace.cc Workspace.hh \ |
101 | FbCommands.hh FbCommands.cc LayerMenu.hh LayerMenu.cc \ | 101 | FbCommands.hh FbCommands.cc LayerMenu.hh LayerMenu.cc \ |
102 | Layer.hh \ | 102 | Layer.hh \ |
103 | IntResMenuItem.hh IntResMenuItem.cc FbMenu.hh FbMenu.cc \ | 103 | IntResMenuItem.hh FbMenu.hh FbMenu.cc \ |
104 | WinClient.hh WinClient.cc \ | 104 | WinClient.hh WinClient.cc \ |
105 | Strut.hh \ | 105 | Strut.hh \ |
106 | Xinerama.hh \ | 106 | Xinerama.hh \ |
@@ -116,6 +116,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
116 | TextTheme.hh TextTheme.cc \ | 116 | TextTheme.hh TextTheme.cc \ |
117 | BorderTheme.hh BorderTheme.cc \ | 117 | BorderTheme.hh BorderTheme.cc \ |
118 | CommandDialog.hh CommandDialog.cc SendToMenu.hh SendToMenu.cc \ | 118 | CommandDialog.hh CommandDialog.cc SendToMenu.hh SendToMenu.cc \ |
119 | AlphaMenu.hh AlphaMenu.cc ObjectResource.hh \ | ||
119 | CompareWindow.hh \ | 120 | CompareWindow.hh \ |
120 | Parser.hh Parser.cc FbMenuParser.hh FbMenuParser.cc \ | 121 | Parser.hh Parser.cc FbMenuParser.hh FbMenuParser.cc \ |
121 | StyleMenuItem.hh StyleMenuItem.cc \ | 122 | StyleMenuItem.hh StyleMenuItem.cc \ |