diff options
author | corvid <corvid@lavabit.com> | 2011-01-12 22:14:12 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-01-12 22:14:12 +0000 |
commit | 497f75a577470f2d211e2192e951c7c084e41115 (patch) | |
tree | a9dfc0c531f0561c59b11a854cd9c966aadf24df /dw/fltkimgbuf.hh | |
parent | c3fdae648e12378d8a0b5191253e43a6630b7741 (diff) |
fltkimgbuf
Diffstat (limited to 'dw/fltkimgbuf.hh')
-rw-r--r-- | dw/fltkimgbuf.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkimgbuf.hh b/dw/fltkimgbuf.hh index 54d9ca34..30e0cc37 100644 --- a/dw/fltkimgbuf.hh +++ b/dw/fltkimgbuf.hh @@ -55,7 +55,7 @@ public: void setDeleteOnUnref (bool deleteOnUnref); bool isReferred (); - void draw (::fltk::Widget *target, int xRoot, int yRoot, + void draw (Fl_Widget *target, int xRoot, int yRoot, int x, int y, int width, int height); }; |