aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-types.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-06-14 19:05:23 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-14 19:05:23 +0800
commita01ebeee69c4781df8b34f2928843417f58d2a15 (patch)
treee5c9a00743025f934909c233691a019e59521d43 /embed/ephy-embed-types.h
parent2ccb8c916575d21e2862cc38f98f92ef0f1d7b27 (diff)
downloadgsoc2013-epiphany-a01ebeee69c4781df8b34f2928843417f58d2a15.tar
gsoc2013-epiphany-a01ebeee69c4781df8b34f2928843417f58d2a15.tar.gz
gsoc2013-epiphany-a01ebeee69c4781df8b34f2928843417f58d2a15.tar.bz2
gsoc2013-epiphany-a01ebeee69c4781df8b34f2928843417f58d2a15.tar.lz
gsoc2013-epiphany-a01ebeee69c4781df8b34f2928843417f58d2a15.tar.xz
gsoc2013-epiphany-a01ebeee69c4781df8b34f2928843417f58d2a15.tar.zst
gsoc2013-epiphany-a01ebeee69c4781df8b34f2928843417f58d2a15.zip
Respect the bookmarks bar visibility user choice also for popups.
2003-06-14 Marco Pesenti Gritti <marco@it.gnome.org> * embed/ephy-embed-types.h: * embed/mozilla/mozilla-embed.cpp: * src/ephy-window.c: (translate_default_chrome), (ephy_window_set_chrome): Respect the bookmarks bar visibility user choice also for popups.
Diffstat (limited to 'embed/ephy-embed-types.h')
-rw-r--r--embed/ephy-embed-types.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/embed/ephy-embed-types.h b/embed/ephy-embed-types.h
index d56cec05e..0e89b0c91 100644
--- a/embed/ephy-embed-types.h
+++ b/embed/ephy-embed-types.h
@@ -30,15 +30,16 @@ typedef enum
EMBED_CHROME_MENUBARON = 1 << 1,
EMBED_CHROME_TOOLBARON = 1 << 2,
EMBED_CHROME_BOOKMARKSBARON = 1 << 3,
- EMBED_CHROME_STATUSBARON = 1 << 4,
- EMBED_CHROME_WINDOWRAISED = 1 << 5,
- EMBED_CHROME_WINDOWLOWERED = 1 << 6,
- EMBED_CHROME_CENTERSCREEN = 1 << 7,
- EMBED_CHROME_OPENASDIALOG = 1 << 8,
- EMBED_CHROME_OPENASCHROME = 1 << 9,
- EMBED_CHROME_OPENASPOPUP = 1 << 10,
- EMBED_CHROME_OPENASFULLSCREEN = 1 << 11,
- EMBED_CHROME_PPVIEWTOOLBARON = 1 << 12,
+ EMBED_CHROME_BOOKMARKSBAR_DEFAULT = 1 << 4,
+ EMBED_CHROME_STATUSBARON = 1 << 5,
+ EMBED_CHROME_WINDOWRAISED = 1 << 6,
+ EMBED_CHROME_WINDOWLOWERED = 1 << 7,
+ EMBED_CHROME_CENTERSCREEN = 1 << 8,
+ EMBED_CHROME_OPENASDIALOG = 1 << 9,
+ EMBED_CHROME_OPENASCHROME = 1 << 10,
+ EMBED_CHROME_OPENASPOPUP = 1 << 11,
+ EMBED_CHROME_OPENASFULLSCREEN = 1 << 12,
+ EMBED_CHROME_PPVIEWTOOLBARON = 1 << 13
} EmbedChromeMask;
G_END_DECLS