diff options
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r-- | src/FbTk/FbPixmap.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/FbPixmap.hh b/src/FbTk/FbPixmap.hh index f901aa0..b922adc 100644 --- a/src/FbTk/FbPixmap.hh +++ b/src/FbTk/FbPixmap.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbPixmap.hh,v 1.6 2003/08/11 14:59:07 fluxgen Exp $ | 22 | // $Id: FbPixmap.hh,v 1.7 2003/09/10 21:28:13 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FBPIXMAP_HH | 24 | #ifndef FBTK_FBPIXMAP_HH |
25 | #define FBTK_FBPIXMAP_HH | 25 | #define FBTK_FBPIXMAP_HH |
@@ -50,6 +50,7 @@ public: | |||
50 | void rotate(); | 50 | void rotate(); |
51 | /// scales the pixmap to specified size | 51 | /// scales the pixmap to specified size |
52 | void scale(unsigned int width, unsigned int height); | 52 | void scale(unsigned int width, unsigned int height); |
53 | void resize(unsigned int width, unsigned int height); | ||
53 | /// drops pixmap and returns it | 54 | /// drops pixmap and returns it |
54 | Pixmap release(); | 55 | Pixmap release(); |
55 | 56 | ||