all repos — fluxbox @ b672bc50bb2a4d5e905e986b82a846eda42850f5

custom fork of the fluxbox windowmanager

minor stuff
fluxgen fluxgen
commit

b672bc50bb2a4d5e905e986b82a846eda42850f5

parent

1790b15e0a55debb5467b4397b97a83cfea1eceb

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

jump to
M src/FbTk/MultLayers.hhsrc/FbTk/MultLayers.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: MultLayers.hh,v 1.6 2003/07/20 18:05:40 rathnor Exp $ +// $Id: MultLayers.hh,v 1.7 2004/07/15 09:52:57 fluxgen Exp $ #ifndef FBTK_MULTLAYERS_HH #define FBTK_MULTLAYERS_HH

@@ -34,8 +34,8 @@ class XLayer;

class MultLayers { public: - MultLayers(int numlayers); - ~MultLayers(); + explicit MultLayers(int numlayers); + virtual ~MultLayers(); XLayerItem *getLowestItemAboveLayer(int layernum); /// if there are none below, it will return null