all repos — fluxbox @ 69583dc2666906234707aef041629c7724f84371

custom fork of the fluxbox windowmanager

resize function
fluxgen fluxgen
commit

69583dc2666906234707aef041629c7724f84371

parent

6d9afb845384a72be3ff87c6c6b9a684100256dc

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/FbTk/FbPixmap.hhsrc/FbTk/FbPixmap.hh

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbPixmap.hh,v 1.6 2003/08/11 14:59:07 fluxgen Exp $ +// $Id: FbPixmap.hh,v 1.7 2003/09/10 21:28:13 fluxgen Exp $ #ifndef FBTK_FBPIXMAP_HH #define FBTK_FBPIXMAP_HH

@@ -50,6 +50,7 @@ /// rotates the pixmap 90 deg, not implemented!

void rotate(); /// scales the pixmap to specified size void scale(unsigned int width, unsigned int height); + void resize(unsigned int width, unsigned int height); /// drops pixmap and returns it Pixmap release();