From 761e47f55d9caffcdc1381293f6b26356601b5ed Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Mon, 2 May 2011 21:39:52 +0200 Subject: initial take on Xembed port to fltk-1.3 --- src/xembed.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xembed.hh') 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); }; -- cgit v1.2.3