diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-06-06 21:26:04 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-06-06 21:26:04 +0200 |
commit | 77d8efd9510d6d8cd2ae4cafd64b4b781ccc4c4f (patch) | |
tree | ef81ea88fe8d9dd723d6aafc547fa990799bce84 /src | |
parent | 65529fbec6e7c8e3d1baab28cbfbce23de4635ba (diff) |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/xembed.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xembed.cc b/src/xembed.cc index 59354461..f101490d 100644 --- a/src/xembed.cc +++ b/src/xembed.cc @@ -22,6 +22,7 @@ #include "xembed.hh" #if USE_X11 + typedef enum { XEMBED_EMBEDDED_NOTIFY = 0, XEMBED_WINDOW_ACTIVATE = 1, @@ -102,7 +103,7 @@ static int event_handler(int e, fltk::Window *w) { return 0; } -// TODO; Implement more XEMBED support; +// TODO: Implement more XEMBED support; void Xembed::create() { createInternal(xid); |