diff options
author | simonb <simonb> | 2006-03-26 04:02:30 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-03-26 04:02:30 (GMT) |
commit | af74a2284551c8511b66d77112c7bf32831c1522 (patch) | |
tree | 35a8830352f5facc1fc9c58b82c0c6dce8fc921e /src/FbTk/FbPixmap.hh | |
parent | 872f6a0e1e4230f702ad69fa2d7e10a2fa78b7a3 (diff) | |
download | fluxbox_pavel-af74a2284551c8511b66d77112c7bf32831c1522.zip fluxbox_pavel-af74a2284551c8511b66d77112c7bf32831c1522.tar.bz2 |
rotated fonts, buttons, containers. Used for tabs for now
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); |