aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbPixmap.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r--src/FbTk/FbPixmap.hh7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/FbTk/FbPixmap.hh b/src/FbTk/FbPixmap.hh
index 2408c89..b0b7fed 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.9 2004/01/08 22:05:58 fluxgen Exp $ 22// $Id: FbPixmap.hh,v 1.10 2004/01/11 12:48:46 fluxgen Exp $
23 23
24#ifndef FBTK_FBPIXMAP_HH 24#ifndef FBTK_FBPIXMAP_HH
25#define FBTK_FBPIXMAP_HH 25#define FBTK_FBPIXMAP_HH
@@ -38,11 +38,14 @@ public:
38 explicit FbPixmap(const FbPixmap &copy); 38 explicit FbPixmap(const FbPixmap &copy);
39 /// creates a FbPixmap from X pixmap 39 /// creates a FbPixmap from X pixmap
40 explicit FbPixmap(Pixmap pm); 40 explicit FbPixmap(Pixmap pm);
41 FbPixmap(const FbDrawable &src,
42 unsigned int width, unsigned int height,
43 int depth);
41 FbPixmap(Drawable src, 44 FbPixmap(Drawable src,
42 unsigned int width, unsigned int height, 45 unsigned int width, unsigned int height,
43 int depth); 46 int depth);
44 47
45 ~FbPixmap(); 48 virtual ~FbPixmap();
46 49
47 void copy(const FbPixmap &the_copy); 50 void copy(const FbPixmap &the_copy);
48 void copy(Pixmap pixmap); 51 void copy(Pixmap pixmap);