summaryrefslogtreecommitdiff
path: root/src/xembed.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-06-06 21:26:04 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-06-06 21:26:04 +0200
commit77d8efd9510d6d8cd2ae4cafd64b4b781ccc4c4f (patch)
treeef81ea88fe8d9dd723d6aafc547fa990799bce84 /src/xembed.cc
parent65529fbec6e7c8e3d1baab28cbfbce23de4635ba (diff)
typo
Diffstat (limited to 'src/xembed.cc')
-rw-r--r--src/xembed.cc3
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);