diff options
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r-- | src/FbTk/FbPixmap.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/FbPixmap.hh b/src/FbTk/FbPixmap.hh index a1c17a5..c8640a2 100644 --- a/src/FbTk/FbPixmap.hh +++ b/src/FbTk/FbPixmap.hh | |||
@@ -48,7 +48,7 @@ public: | |||
48 | virtual ~FbPixmap(); | 48 | virtual ~FbPixmap(); |
49 | 49 | ||
50 | void copy(const FbPixmap &the_copy); | 50 | void copy(const FbPixmap &the_copy); |
51 | void copy(Pixmap pixmap); | 51 | void copy(Pixmap pixmap, int depth_convert, int screen_num); |
52 | /// rotates the pixmap 90 deg, not implemented! | 52 | /// rotates the pixmap 90 deg, not implemented! |
53 | void rotate(); | 53 | void rotate(); |
54 | /// scales the pixmap to specified size | 54 | /// scales the pixmap to specified size |