all repos — fluxbox @ 5538a2b45b3cee932d2494f526532d0c735619b3

custom fork of the fluxbox windowmanager

minor fix for fluxbox menutheme
fluxgen fluxgen
commit

5538a2b45b3cee932d2494f526532d0c735619b3

parent

3b95805b5f9419f8e523514224e90326dc572cca

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M src/LayerMenu.hhsrc/LayerMenu.hh

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: LayerMenu.hh,v 1.4 2003/05/15 11:17:27 fluxgen Exp $ +// $Id: LayerMenu.hh,v 1.5 2003/07/10 11:51:59 fluxgen Exp $ #ifndef LAYERMENU_HH #define LAYERMENU_HH

@@ -61,7 +61,7 @@ /// Create a layer menu inside from the given menu

template <typename ItemType> class LayerMenu : public FbMenu { public: - LayerMenu(FbTk::MenuTheme &tm, int screen_num, FbTk::ImageControl &imgctrl, + LayerMenu(MenuTheme &tm, int screen_num, FbTk::ImageControl &imgctrl, FbTk::XLayer &layer, ItemType *item, bool save_rc); private:

@@ -70,7 +70,7 @@ };

template <typename ItemType> -LayerMenu<ItemType>::LayerMenu(FbTk::MenuTheme &tm, int screen_num, FbTk::ImageControl &imgctrl, +LayerMenu<ItemType>::LayerMenu(MenuTheme &tm, int screen_num, FbTk::ImageControl &imgctrl, FbTk::XLayer &layer, ItemType *item, bool save_rc): FbMenu(tm, screen_num, imgctrl, layer), m_object(item)