diff options
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r-- | src/FbTk/FbPixmap.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/FbTk/FbPixmap.hh b/src/FbTk/FbPixmap.hh index f0f51bb..33a64d2 100644 --- a/src/FbTk/FbPixmap.hh +++ b/src/FbTk/FbPixmap.hh | |||
@@ -25,6 +25,7 @@ | |||
25 | #define FBTK_FBPIXMAP_HH | 25 | #define FBTK_FBPIXMAP_HH |
26 | 26 | ||
27 | #include "FbDrawable.hh" | 27 | #include "FbDrawable.hh" |
28 | #include "Text.hh" | ||
28 | 29 | ||
29 | #include <X11/Xlib.h> | 30 | #include <X11/Xlib.h> |
30 | 31 | ||
@@ -49,8 +50,8 @@ public: | |||
49 | 50 | ||
50 | void copy(const FbPixmap &the_copy); | 51 | void copy(const FbPixmap &the_copy); |
51 | void copy(Pixmap pixmap, int depth_convert, int screen_num); | 52 | void copy(Pixmap pixmap, int depth_convert, int screen_num); |
52 | /// rotates the pixmap 90 deg, not implemented! | 53 | /// rotates the pixmap to specified orientation (assumes ROT0 now) |
53 | void rotate(); | 54 | void rotate(FbTk::Orientation orient); |
54 | /// scales the pixmap to specified size | 55 | /// scales the pixmap to specified size |
55 | void scale(unsigned int width, unsigned int height); | 56 | void scale(unsigned int width, unsigned int height); |
56 | void resize(unsigned int width, unsigned int height); | 57 | void resize(unsigned int width, unsigned int height); |