minor fix for fluxbox menutheme
This commit is contained in:
parent
3b95805b5f
commit
5538a2b45b
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// 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
|
#ifndef LAYERMENU_HH
|
||||||
#define LAYERMENU_HH
|
#define LAYERMENU_HH
|
||||||
|
@ -61,7 +61,7 @@ private:
|
||||||
template <typename ItemType>
|
template <typename ItemType>
|
||||||
class LayerMenu : public FbMenu {
|
class LayerMenu : public FbMenu {
|
||||||
public:
|
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);
|
FbTk::XLayer &layer, ItemType *item, bool save_rc);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@ -70,7 +70,7 @@ private:
|
||||||
|
|
||||||
|
|
||||||
template <typename ItemType>
|
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):
|
FbTk::XLayer &layer, ItemType *item, bool save_rc):
|
||||||
FbMenu(tm, screen_num, imgctrl, layer),
|
FbMenu(tm, screen_num, imgctrl, layer),
|
||||||
m_object(item)
|
m_object(item)
|
||||||
|
|
Loading…
Reference in a new issue