aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbPixmap.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-07-05 23:51:57 (GMT)
committerfluxgen <fluxgen>2004-07-05 23:51:57 (GMT)
commit7c85d11a950cf88ce53cf15e6d4f21c3433fd24d (patch)
tree63239383f7f78e20812790d4f0f091be7a7cdc76 /src/FbTk/FbPixmap.hh
parentdf570bc9452b24e963c38591cfcb185eb70a8a38 (diff)
downloadfluxbox-7c85d11a950cf88ce53cf15e6d4f21c3433fd24d.zip
fluxbox-7c85d11a950cf88ce53cf15e6d4f21c3433fd24d.tar.bz2
tiled pixmap fix, patch from dhx (xyx@gm...), see mailing list
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r--src/FbTk/FbPixmap.hh4
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