all repos — fluxbox @ fc7333db858bcd2c976fd2fab2def73e4a92c47f

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

fc7333db858bcd2c976fd2fab2def73e4a92c47f

parent

598cbb6b61b105c97168bbbebe0c2197751d640b

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

jump to
M src/Xinerama.hhsrc/Xinerama.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: Xinerama.hh,v 1.7 2003/12/10 23:08:03 fluxgen Exp $ +// $Id: Xinerama.hh,v 1.8 2004/02/10 18:52:10 fluxgen Exp $ #ifndef XINERAMA_HH #define XINERAMA_HH

@@ -64,7 +64,7 @@ template <typename ItemType>

class XineramaHeadMenu : public FbMenu { public: XineramaHeadMenu(MenuTheme &tm, BScreen &screen, FbTk::ImageControl &imgctrl, - FbTk::XLayer &layer, ItemType &item, const char * title); + FbTk::XLayer &layer, ItemType &item, const char * title = 0); private: ItemType &m_object;

@@ -73,7 +73,7 @@

template <typename ItemType> XineramaHeadMenu<ItemType>::XineramaHeadMenu(MenuTheme &tm, BScreen &screen, FbTk::ImageControl &imgctrl, - FbTk::XLayer &layer, ItemType &item, const char * title = 0): + FbTk::XLayer &layer, ItemType &item, const char * title): FbMenu(tm, imgctrl, layer), m_object(item) {