all repos — fluxbox @ 537c89c9c4b9c4cde9593083b8aa187a7df6a1be

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

537c89c9c4b9c4cde9593083b8aa187a7df6a1be

parent

f44b282b001d2479586215cdc722ce426ca1782a

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

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

@@ -19,7 +19,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: Font.cc,v 1.1 2002/03/21 10:51:48 fluxgen Exp $ +//$Id: Font.cc,v 1.2 2002/03/21 11:05:41 fluxgen Exp $ #include "Font.hh" #include <cstdarg> #include <iostream> //for debug msg

@@ -138,7 +138,7 @@ if (! fs) {

if (nmissing) XFreeStringList(missing); setlocale(LC_CTYPE, "C"); - fs = XCreateFontSet(m_display, fontname, + fs = XCreateFontSet(display, fontname, &missing, &nmissing, &def); setlocale(LC_CTYPE, ""); }