diff options
Diffstat (limited to 'src/FbTk/FbDrawable.hh')
-rw-r--r-- | src/FbTk/FbDrawable.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/FbDrawable.hh b/src/FbTk/FbDrawable.hh index 71a1ec3..30c7371 100644 --- a/src/FbTk/FbDrawable.hh +++ b/src/FbTk/FbDrawable.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: FbDrawable.hh,v 1.2 2003/05/10 13:28:11 fluxgen Exp $ | 22 | // $Id: FbDrawable.hh,v 1.3 2003/09/06 15:39:06 fluxgen Exp $ |
23 | #ifndef FBTK_FBDRAWABLE_HH | 23 | #ifndef FBTK_FBDRAWABLE_HH |
24 | #define FBTK_FBDRAWABLE_HH | 24 | #define FBTK_FBDRAWABLE_HH |
25 | 25 | ||
@@ -49,6 +49,8 @@ public: | |||
49 | 49 | ||
50 | virtual void drawPoint(GC gc, int x, int y); | 50 | virtual void drawPoint(GC gc, int x, int y); |
51 | 51 | ||
52 | virtual XImage *image(int x, int y, unsigned int width, unsigned int height) const; | ||
53 | |||
52 | /// X drawable | 54 | /// X drawable |
53 | virtual Drawable drawable() const = 0; | 55 | virtual Drawable drawable() const = 0; |
54 | virtual unsigned int width() const = 0; | 56 | virtual unsigned int width() const = 0; |