all repos — fluxbox @ a8f458d59305c21d0d99ba861dcdd1514cb3dd64

custom fork of the fluxbox windowmanager

added missing templates
fluxgen fluxgen
commit

a8f458d59305c21d0d99ba861dcdd1514cb3dd64

parent

bb58367f36a02d67f7ed30321ede811085a8817b

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M src/Screen.ccsrc/Screen.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Screen.cc,v 1.265 2004/02/03 12:55:35 rathnor Exp $ +// $Id: Screen.cc,v 1.266 2004/02/10 18:53:37 fluxgen Exp $ #include "Screen.hh"

@@ -174,6 +174,7 @@ setDefaultValue();

} +template <> string FbTk::Resource<BScreen::PlacementPolicy>::getString() { switch (*(*this)) { case BScreen::ROWSMARTPLACEMENT:

@@ -205,6 +206,7 @@ setDefaultValue();

} +template <> string FbTk::Resource<BScreen::RowDirection>::getString() { switch (*(*this)) { case BScreen::LEFTRIGHT:

@@ -233,6 +235,7 @@ setDefaultValue();

} +template <> string FbTk::Resource<BScreen::ColumnDirection>::getString() { switch (*(*this)) { case BScreen::TOPBOTTOM: