diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-03-06 20:31:12 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-03-06 20:31:12 +0000 |
| commit | a22cc4158fc978efbcd356f253225c5922a13968 (patch) | |
| tree | b8534448661562e829aec4398b689aa41f45232b /src/drivers/SDL/Fl_SDL_Copy_Surface.H | |
| parent | 00060ce58767dfa6c9b9e19f29fd614a1ace41f4 (diff) | |
Rename SDL driver files to PicoSDL.
Renaming the files will keep the namespace clean if we decide to do a full blown SDL port one day.
PicoSDL OTOH is merely there to explain how a Pico driver setup is started and improved.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11301 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/SDL/Fl_SDL_Copy_Surface.H')
| -rw-r--r-- | src/drivers/SDL/Fl_SDL_Copy_Surface.H | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/drivers/SDL/Fl_SDL_Copy_Surface.H b/src/drivers/SDL/Fl_SDL_Copy_Surface.H deleted file mode 100644 index 9b3742023..000000000 --- a/src/drivers/SDL/Fl_SDL_Copy_Surface.H +++ /dev/null @@ -1,15 +0,0 @@ -class Fl_Copy_Surface::Helper : public Fl_Widget_Surface { // class model - friend class Fl_Copy_Surface; -private: - int width; - int height; - Helper(int w, int h) : Fl_Widget_Surface(NULL), width(w), height(h) {} // to implement - ~Helper() {} // to implement - void set_current(){} // to implement - void translate(int x, int y) {} // to implement - void untranslate() {} // to implement - int w() {return width;} - int h() {return height;} - int printable_rect(int *w, int *h) {*w = width; *h = height; return 0;} -}; - |
