diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-05-02 21:39:52 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2011-05-02 21:39:52 +0200 |
commit | 761e47f55d9caffcdc1381293f6b26356601b5ed (patch) | |
tree | bdf5d98d2fc3381cd7bf3d164638712256744037 /src/xembed.hh | |
parent | daca1cca677e1887bddf82391156aaf06c831dc0 (diff) |
initial take on Xembed port to fltk-1.3
Diffstat (limited to 'src/xembed.hh')
-rw-r--r-- | src/xembed.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xembed.hh b/src/xembed.hh index fe40014d..d7663c8e 100644 --- a/src/xembed.hh +++ b/src/xembed.hh @@ -16,7 +16,7 @@ class Xembed : public Fl_Window { Xembed(uint32_t xid, int _w, int _h) : Fl_Window(_w, _h) { this->xid = xid; }; - void create(); + void show(); int handle(int event); }; |