aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbPixmap.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-10 21:28:13 (GMT)
committerfluxgen <fluxgen>2003-09-10 21:28:13 (GMT)
commit69583dc2666906234707aef041629c7724f84371 (patch)
treea0762efaac74f4e57c1fb3ec980d1eef9f48b48f /src/FbTk/FbPixmap.hh
parent6d9afb845384a72be3ff87c6c6b9a684100256dc (diff)
downloadfluxbox-69583dc2666906234707aef041629c7724f84371.zip
fluxbox-69583dc2666906234707aef041629c7724f84371.tar.bz2
resize function
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r--src/FbTk/FbPixmap.hh3
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