all repos — fluxbox @ 546fa005eae397dd624b81ad00c594eaad67d893

custom fork of the fluxbox windowmanager

fixed a ifdef debug
fluxgen fluxgen
commit

546fa005eae397dd624b81ad00c594eaad67d893

parent

5cc64f4eb3f1a5cf5ec706cbc05c9eef8bf3ccf3

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

jump to
M src/Theme.ccsrc/Theme.cc

@@ -41,7 +41,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: Theme.cc,v 1.14 2002/01/11 10:43:55 fluxgen Exp $ +// $Id: Theme.cc,v 1.15 2002/01/18 01:28:34 fluxgen Exp $ #ifndef _GNU_SOURCE #define _GNU_SOURCE

@@ -664,8 +664,10 @@ sprintf(tmpstring, "%d", m_screennum);

string displaystring("DISPLAY="); displaystring.append(DisplayString(m_display)); displaystring.append(tmpstring); // append m_screennum + #ifdef DEBUG cerr<<__FILE__<<"("<<__LINE__<<"): displaystring="<<displaystring.c_str()<<endl; - + #endif + bexec(m_rootcommand.c_str(), const_cast<char *>(displaystring.c_str())); #else // __EMX__