all repos — fluxbox @ 90a006e356acc62e0f54fb7378b943f8115b0bb3

custom fork of the fluxbox windowmanager

fixed std
fluxgen fluxgen
commit

90a006e356acc62e0f54fb7378b943f8115b0bb3

parent

f72da2f9678efab09c4ea91fbd493d13933331eb

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

jump to
M src/Screen.hhsrc/Screen.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: Screen.hh,v 1.10 2002/01/20 02:17:23 fluxgen Exp $ +// $Id: Screen.hh,v 1.11 2002/01/20 02:25:35 fluxgen Exp $ #ifndef _SCREEN_HH_ #define _SCREEN_HH_

@@ -88,7 +88,7 @@

class BScreen : public ScreenInfo { public: BScreen(ResourceManager &rm, Fluxbox *b, - const string &screenname, const string &altscreenname, + const std::string &screenname, const std::string &altscreenname, int scrn); ~BScreen();