diff options
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 06bd599c..3819063f 100644 --- a/src/xembed.hh +++ b/src/xembed.hh @@ -6,7 +6,7 @@ class Xembed : public fltk::Window { public: Xembed(int _w, int _h) : fltk::Window(_w, _h) {}; - void embed(unsigned long xid); + void embed(uint32_t xid); }; #endif |