summaryrefslogtreecommitdiff
path: root/src/test.cc
diff options
context:
space:
mode:
authorpixel <pixel>2003-03-15 20:54:35 +0000
committerpixel <pixel>2003-03-15 20:54:35 +0000
commita0ec1cffa6b75030344632083b2b1b63c0cfcf0a (patch)
tree9f8f02708502d9774d6d089e62a3f23ad30162b0 /src/test.cc
parent9e10d2993989a4f6d1b72a8c9d5f7480b0c0f006 (diff)
Toying
Diffstat (limited to 'src/test.cc')
-rw-r--r--src/test.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test.cc b/src/test.cc
index a9f7716..1057033 100644
--- a/src/test.cc
+++ b/src/test.cc
@@ -16,7 +16,7 @@ CODE_BEGINS
virtual int startup() throw (GeneralException) {
int sx1, sx2, sy1, sy2;
double t = 0;
-// verbosity = M_INFO;
+ verbosity = M_INFO;
mogltk::glbase::setup();
new Archive("datas.paq");
mogltk::font font(&Input("font-2.bin"));
@@ -53,7 +53,9 @@ virtual int startup() throw (GeneralException) {
mogltk::shape::box3d(50, 150, 150, 200);
mogltk::shape::obox3d(50, 250, 150, 300);
- mogltk::shape::window(50, 350, 150, 400, "Titre pas beau");
+ mogltk::shape::window(50, 350, 150, 400, "Titre plus beau ;)");
+ mogltk::shape::box3d(180, 130, 320, 220);
+ mogltk::shape::button(200, 150, 300, 200, "Bouton");
mogltk::shape::box(MIN(sx1, sx2), MIN(sy1, sy2), MAX(sx1, sx2), MAX(sy1, sy2), AlphaBlue);