From fbd01308b987713ed7487014f15abb99dd5ae2d2 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 18 Jan 2007 15:25:09 +0000 Subject: Fixed Quartz image drawing and screen reading git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5614 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/hello.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/hello.cxx b/test/hello.cxx index 178d52934..a8622c122 100644 --- a/test/hello.cxx +++ b/test/hello.cxx @@ -28,8 +28,11 @@ #include #include #include +#include int main(int argc, char **argv) { + char b[1024]; + fl_filename_relative(b, 1024, "/Users/matt/proj/source"); Fl_Window *window = new Fl_Window(300,180); Fl_Box *box = new Fl_Box(FL_UP_BOX,20,40,260,100,"Hello, World!"); box->labelfont(FL_BOLD+FL_ITALIC); -- cgit v1.2.3