diff options
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r-- | src/FbTk/FbPixmap.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/FbPixmap.hh b/src/FbTk/FbPixmap.hh index 3c1a4e5..77dc555 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.11 2004/04/26 21:57:32 fluxgen Exp $ | 22 | // $Id: FbPixmap.hh,v 1.12 2004/07/05 23:51:57 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FBPIXMAP_HH | 24 | #ifndef FBTK_FBPIXMAP_HH |
25 | #define FBTK_FBPIXMAP_HH | 25 | #define FBTK_FBPIXMAP_HH |
@@ -54,6 +54,8 @@ public: | |||
54 | /// scales the pixmap to specified size | 54 | /// scales the pixmap to specified size |
55 | void scale(unsigned int width, unsigned int height); | 55 | void scale(unsigned int width, unsigned int height); |
56 | void resize(unsigned int width, unsigned int height); | 56 | void resize(unsigned int width, unsigned int height); |
57 | /// tiles the pixmap to specified size | ||
58 | void tile(unsigned int width, unsigned int height); | ||
57 | /// drops pixmap and returns it | 59 | /// drops pixmap and returns it |
58 | Pixmap release(); | 60 | Pixmap release(); |
59 | 61 | ||