aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyFind.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-07-07 03:00:32 +0800
committerChristian Persch <chpe@src.gnome.org>2006-07-07 03:00:32 +0800
commit72f93103b9a052d013c2b8d2fbf180f51e2d0489 (patch)
tree3adcda125d3af25c9de272adac75a1a08e0dffa3 /embed/mozilla/EphyFind.h
parentc99eff37a53c5e27f6a14640d434f78f477c3bbe (diff)
downloadgsoc2013-epiphany-72f93103b9a052d013c2b8d2fbf180f51e2d0489.tar
gsoc2013-epiphany-72f93103b9a052d013c2b8d2fbf180f51e2d0489.tar.gz
gsoc2013-epiphany-72f93103b9a052d013c2b8d2fbf180f51e2d0489.tar.bz2
gsoc2013-epiphany-72f93103b9a052d013c2b8d2fbf180f51e2d0489.tar.lz
gsoc2013-epiphany-72f93103b9a052d013c2b8d2fbf180f51e2d0489.tar.xz
gsoc2013-epiphany-72f93103b9a052d013c2b8d2fbf180f51e2d0489.tar.zst
gsoc2013-epiphany-72f93103b9a052d013c2b8d2fbf180f51e2d0489.zip
Guess what? Another mozilla API change!
2006-07-06 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyFind.cpp: * embed/mozilla/EphyFind.h: Guess what? Another mozilla API change!
Diffstat (limited to 'embed/mozilla/EphyFind.h')
-rw-r--r--embed/mozilla/EphyFind.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/mozilla/EphyFind.h b/embed/mozilla/EphyFind.h
index b7084d8ff..f1d695966 100644
--- a/embed/mozilla/EphyFind.h
+++ b/embed/mozilla/EphyFind.h
@@ -53,7 +53,8 @@ class EphyFind
nsCOMPtr<nsIWebBrowser> mWebBrowser;
nsCOMPtr<nsITypeAheadFind> mFinder;
- PRBool mAttention;
+ PRPackedBool mAttention;
+ PRPackedBool mHasFocus;
};
#endif /* !TYPEAHEADFIND_H */