diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-05-29 07:51:19 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-05-29 07:51:19 +0200 |
commit | 72c418d40b09451e47c5b6632f3d79e93c65bed2 (patch) | |
tree | 8950632e4875955f5392910d82eee80e5eee9798 /src/xembed.hh | |
parent | f261111beac6ada3c8973fb91d683db8f9944525 (diff) |
style
Diffstat (limited to 'src/xembed.hh')
-rw-r--r-- | src/xembed.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xembed.hh b/src/xembed.hh index 0bb5e790..70d79c5f 100644 --- a/src/xembed.hh +++ b/src/xembed.hh @@ -6,14 +6,15 @@ #include "d_size.h" class Xembed : public fltk::Window { + private: uint32_t xid; - void create_internal(uint32_t parent); + void createInternal(uint32_t parent); void setXembedInfo(unsigned long flags); void sendXembedEvent(uint32_t message); public: Xembed(uint32_t xid, int _w, int _h) : fltk::Window(_w, _h) { - this->xid = xid; + this->xid = xid; }; void create(); int handle(int event); |