forgotten cosmetics
This commit is contained in:
parent
ec7ce1e029
commit
e21990f8f3
2 changed files with 7 additions and 4 deletions
|
@ -59,6 +59,7 @@
|
||||||
#include "SlitClient.hh"
|
#include "SlitClient.hh"
|
||||||
#include "Xutil.hh"
|
#include "Xutil.hh"
|
||||||
#include "FbAtoms.hh"
|
#include "FbAtoms.hh"
|
||||||
|
#include "FbTk/App.hh"
|
||||||
#include "FbTk/MenuSeparator.hh"
|
#include "FbTk/MenuSeparator.hh"
|
||||||
#include "FbTk/StringUtil.hh"
|
#include "FbTk/StringUtil.hh"
|
||||||
#include "FbTk/I18n.hh"
|
#include "FbTk/I18n.hh"
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
// themes
|
// themes
|
||||||
#include "ToolbarTheme.hh"
|
#include "ToolbarTheme.hh"
|
||||||
|
|
||||||
#include "FbTk/I18n.hh"
|
#include "fluxbox.hh"
|
||||||
#include "Screen.hh"
|
#include "Screen.hh"
|
||||||
#include "IntResMenuItem.hh"
|
#include "IntResMenuItem.hh"
|
||||||
#include "BoolMenuItem.hh"
|
#include "BoolMenuItem.hh"
|
||||||
|
@ -45,6 +45,7 @@
|
||||||
#include "CommandParser.hh"
|
#include "CommandParser.hh"
|
||||||
#include "Layer.hh"
|
#include "Layer.hh"
|
||||||
|
|
||||||
|
#include "FbTk/I18n.hh"
|
||||||
#include "FbTk/ImageControl.hh"
|
#include "FbTk/ImageControl.hh"
|
||||||
#include "FbTk/MacroCommand.hh"
|
#include "FbTk/MacroCommand.hh"
|
||||||
#include "FbTk/EventManager.hh"
|
#include "FbTk/EventManager.hh"
|
||||||
|
@ -829,7 +830,7 @@ void Toolbar::setupMenus() {
|
||||||
*m_rc_maximize_over,
|
*m_rc_maximize_over,
|
||||||
reconfig_toolbar_and_save_resource));
|
reconfig_toolbar_and_save_resource));
|
||||||
menu().insert(_FBTEXT(Menu, Layer, "Layer...", "Title of Layer menu"), &layerMenu());
|
menu().insert(_FBTEXT(Menu, Layer, "Layer...", "Title of Layer menu"), &layerMenu());
|
||||||
|
#ifdef XINERAMA
|
||||||
if (screen().hasXinerama()) {
|
if (screen().hasXinerama()) {
|
||||||
menu().insert(_FBTEXT(Menu, OnHead, "On Head...", "Title of On Head menu"),
|
menu().insert(_FBTEXT(Menu, OnHead, "On Head...", "Title of On Head menu"),
|
||||||
new XineramaHeadMenu<Toolbar>(screen().menuTheme(),
|
new XineramaHeadMenu<Toolbar>(screen().menuTheme(),
|
||||||
|
@ -840,6 +841,7 @@ void Toolbar::setupMenus() {
|
||||||
_FBTEXT(Toolbar, OnHead, "Toolbar on Head",
|
_FBTEXT(Toolbar, OnHead, "Toolbar on Head",
|
||||||
"Title of toolbar on head menu")));
|
"Title of toolbar on head menu")));
|
||||||
}
|
}
|
||||||
|
#endif // XINERAMA
|
||||||
|
|
||||||
typedef pair<const char*, Toolbar::Placement> PlacementP;
|
typedef pair<const char*, Toolbar::Placement> PlacementP;
|
||||||
typedef list<PlacementP> Placements;
|
typedef list<PlacementP> Placements;
|
||||||
|
|
Loading…
Reference in a new issue