From a3d105ab651d56f64dab6235fcdcaf9c48216278 Mon Sep 17 00:00:00 2001 From: rachytski Date: Sun, 3 Jul 2011 15:04:57 +0300 Subject: [PATCH] compilation fixes. --- base/base_tests/threaded_list_test.cpp | 6 +++--- qt/widgets.cpp | 1 + qt_tstfrm/tstwidgets.cpp | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/base/base_tests/threaded_list_test.cpp b/base/base_tests/threaded_list_test.cpp index 3d6944ba86..531f7aaa41 100644 --- a/base/base_tests/threaded_list_test.cpp +++ b/base/base_tests/threaded_list_test.cpp @@ -47,13 +47,13 @@ UNIT_TEST(ThreadedList) t2.Create(new ProcessorThread(&p, &res, 2)); p.PushBack(0); - my::sleep(200); + threads::Sleep(200); p.PushBack(1); - my::sleep(200); + threads::Sleep(200); p.PushBack(2); - my::sleep(200); + threads::Sleep(200); TEST_EQUAL(res.front(), 0, ()); res.pop_front(); diff --git a/qt/widgets.cpp b/qt/widgets.cpp index 788cd1e1df..2f31cc93cc 100644 --- a/qt/widgets.cpp +++ b/qt/widgets.cpp @@ -52,6 +52,7 @@ namespace qt 10, 512, 256, 5, + 256, 256, 80, "unicode_blocks.txt", "fonts_whitelist.txt", "fonts_blacklist.txt", diff --git a/qt_tstfrm/tstwidgets.cpp b/qt_tstfrm/tstwidgets.cpp index effcaf2018..69b5814673 100644 --- a/qt_tstfrm/tstwidgets.cpp +++ b/qt_tstfrm/tstwidgets.cpp @@ -56,6 +56,7 @@ void GLDrawWidget::initializeGL() 30, 512, 256, 10, 512, 256, 5, + 256, 256, 80, "unicode_blocks.txt", "fonts_whitelist.txt", "fonts_blacklist.txt",