aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbPixmap.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-07-10 11:55:01 (GMT)
committerfluxgen <fluxgen>2003-07-10 11:55:01 (GMT)
commit2ed0befbad3370727a1ea2c122ed1da42e69af32 (patch)
tree5e152441bef0a3007cd40b7f8d75f909f97402ae /src/FbTk/FbPixmap.hh
parentffead0ce00201c0ad82b3ccb6a2343f1c82750a7 (diff)
downloadfluxbox-2ed0befbad3370727a1ea2c122ed1da42e69af32.zip
fluxbox-2ed0befbad3370727a1ea2c122ed1da42e69af32.tar.bz2
added rotate
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 94d37de..787c06f 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.4 2003/04/29 08:52:51 fluxgen Exp $ 22// $Id: FbPixmap.hh,v 1.5 2003/07/10 11:55:01 fluxgen Exp $
23 23
24#ifndef FBTK_FBPIXMAP_HH 24#ifndef FBTK_FBPIXMAP_HH
25#define FBTK_FBPIXMAP_HH 25#define FBTK_FBPIXMAP_HH
@@ -45,6 +45,8 @@ public:
45 ~FbPixmap(); 45 ~FbPixmap();
46 46
47 void copy(const FbPixmap &the_copy); 47 void copy(const FbPixmap &the_copy);
48 /// rotates the pixmap 90 deg, not implemented!
49 void rotate();
48 /// scales the pixmap to specified size 50 /// scales the pixmap to specified size
49 void scale(unsigned int width, unsigned int height); 51 void scale(unsigned int width, unsigned int height);
50 /// drops pixmap and returns it 52 /// drops pixmap and returns it