diff options
author | corvid <corvid@lavabit.com> | 2011-01-06 22:58:21 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-01-06 22:58:21 +0000 |
commit | ec80fc0832f3b0927822f096d5e4d62186da85f7 (patch) | |
tree | c49a90e7e5cf20986087891ae1aa1b0ef6e029fd /dw/fltkpreview.hh | |
parent | fdce02e98645f49424a13b0d407ebace0476810b (diff) |
some fltkpreview
Diffstat (limited to 'dw/fltkpreview.hh')
-rw-r--r-- | dw/fltkpreview.hh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dw/fltkpreview.hh b/dw/fltkpreview.hh index 13db2811..06d5a537 100644 --- a/dw/fltkpreview.hh +++ b/dw/fltkpreview.hh @@ -1,8 +1,8 @@ #ifndef __FlTKPREVIEW_HH__ #define __FlTKPREVIEW_HH__ -#include <fltk/Button.h> -#include <fltk/MenuWindow.h> +#include <FL/Fl_Button.H> +#include <FL/Fl_Menu_Window.H> #include "fltkviewbase.hh" namespace dw { @@ -46,11 +46,11 @@ public: int x, int y, int width, int height); bool usesFltkWidgets (); - void drawFltkWidget (::fltk::Widget *widget, core::Rectangle *area); + void drawFltkWidget (Fl_Widget *widget, core::Rectangle *area); }; -class FltkPreviewWindow: public ::fltk::MenuWindow +class FltkPreviewWindow: public Fl_Menu_Window { private: enum { BORDER_WIDTH = 2 }; @@ -71,7 +71,7 @@ public: }; -class FltkPreviewButton: public ::fltk::Button +class FltkPreviewButton: public Fl_Button { private: FltkPreviewWindow *window; |