diff options
author | corvid <corvid@lavabit.com> | 2011-01-16 00:17:55 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-01-16 00:17:55 +0000 |
commit | 2d3fc936c29d039b644d6b4fa879fa584fdb7d96 (patch) | |
tree | 90980b8ac1be4ad8e35cd7f92dbc8ffd6b4087cc /src/xembed.cc | |
parent | 33ed847e5c64050f8a733a25c60fa49fbe43b152 (diff) |
some general commenting-out for src/
I also get a conflict with Status in dns.h. (Also seen in ui.cc, which
I changed like a week ago.) Seemingly defined in X somewhere already.
I remember the same thing happening on my port experiment a couple of
years, so...I'll just change it.
Diffstat (limited to 'src/xembed.cc')
-rw-r--r-- | src/xembed.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xembed.cc b/src/xembed.cc index 45507e64..dda135d0 100644 --- a/src/xembed.cc +++ b/src/xembed.cc @@ -158,7 +158,10 @@ Xembed::handle(int e) { void Xembed::create() { +#if 0 +PORT1.3 Fl_Window::create(); +#endif } #endif |