summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-04-19 22:49:05 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-04-19 22:49:05 +0000
commitd40b765c8614727c7fdedce01ebfaabc079626ef (patch)
treec19a6a777dc36c054f43cc7513e4441699a9f768 /src
parent769d151a121ac849a365a509d644c3328738970a (diff)
Fixed Fl_X for Pico
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11669 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.cxx b/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.cxx
index 0560d8e7c..56e90114a 100644
--- a/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.cxx
+++ b/src/drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.cxx
@@ -141,19 +141,19 @@ double Fl_PicoSDL_Screen_Driver::wait(double time_to_wait)
#include <FL/Fl_Double_Window.H>
#include <FL/Fl_Graphics_Driver.H>
-int Fl_X::set_cursor(Fl_Cursor) { return 0; }
-int Fl_X::set_cursor(Fl_RGB_Image const*, int, int) { return 0; }
-
-Window fl_xid(const Fl_Window* w)
-{
- Fl_X *temp = Fl_X::i(w);
- return temp ? temp->xid : 0;
-}
-
-Fl_X* Fl_X::make(Fl_Window *w)
-{
- return w->driver()->makeWindow();
-}
+//int Fl_X::set_cursor(Fl_Cursor) { return 0; }
+//int Fl_X::set_cursor(Fl_RGB_Image const*, int, int) { return 0; }
+
+//Window fl_xid(const Fl_Window* w)
+//{
+// Fl_X *temp = Fl_X::i(w);
+// return temp ? temp->xid : 0;
+//}
+
+//Fl_X* Fl_X::make(Fl_Window *w)
+//{
+// return w->driver()->makeWindow();
+//}
Window fl_window;