all repos — fluxbox @ 6fe16959c2f7b69713075e0aa2c71711a7b90404

custom fork of the fluxbox windowmanager

needed init for font-test
mathias mathias
commit

6fe16959c2f7b69713075e0aa2c71711a7b90404

parent

138e89df6a27e8404f9ba1d72d83b4bb1ad55e91

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

jump to
M src/tests/testFont.ccsrc/tests/testFont.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: testFont.cc,v 1.8 2004/09/12 00:06:37 fluxgen Exp $ +// $Id$ #include "App.hh" #include "FbWindow.hh"

@@ -141,7 +141,9 @@ exit(0);

} } - + + FbTk::fontInit(); + App app(displayname.c_str(), foreground, background); app.font().setAntialias(antialias); if (!app.font().load(fontname.c_str()))