all repos — fluxbox @ 53f27ef6c8067c61a6d01768de012e4c912b8276

custom fork of the fluxbox windowmanager

auto_ptr for key
fluxgen fluxgen
commit

53f27ef6c8067c61a6d01768de012e4c912b8276

parent

190fb70173e45fbfb3ea2c6195102598e1f4fb34

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

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

@@ -22,7 +22,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: fluxbox.hh,v 1.29 2002/10/13 21:55:56 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.30 2002/10/15 20:49:00 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH

@@ -275,7 +275,7 @@ Window masked;

std::string rc_file; ///< resource filename char **argv; int argc; - Keys *key; + std::auto_ptr<Keys> key; std::string slitlist_path; //default arguments for titlebar left and right static Fluxbox::Titlebar m_titlebar_left[], m_titlebar_right[];