aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Screen.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 547ba57..7402f49 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.cc,v 1.265 2004/02/03 12:55:35 rathnor Exp $ 25// $Id: Screen.cc,v 1.266 2004/02/10 18:53:37 fluxgen Exp $
26 26
27 27
28#include "Screen.hh" 28#include "Screen.hh"
@@ -174,6 +174,7 @@ void FbTk::Resource<BScreen::PlacementPolicy>::setFromString(const char *str) {
174 174
175} 175}
176 176
177template <>
177string FbTk::Resource<BScreen::PlacementPolicy>::getString() { 178string FbTk::Resource<BScreen::PlacementPolicy>::getString() {
178 switch (*(*this)) { 179 switch (*(*this)) {
179 case BScreen::ROWSMARTPLACEMENT: 180 case BScreen::ROWSMARTPLACEMENT:
@@ -205,6 +206,7 @@ void FbTk::Resource<BScreen::RowDirection>::setFromString(const char *str) {
205 206
206} 207}
207 208
209template <>
208string FbTk::Resource<BScreen::RowDirection>::getString() { 210string FbTk::Resource<BScreen::RowDirection>::getString() {
209 switch (*(*this)) { 211 switch (*(*this)) {
210 case BScreen::LEFTRIGHT: 212 case BScreen::LEFTRIGHT:
@@ -233,6 +235,7 @@ void FbTk::Resource<BScreen::ColumnDirection>::setFromString(const char *str) {
233 235
234} 236}
235 237
238template <>
236string FbTk::Resource<BScreen::ColumnDirection>::getString() { 239string FbTk::Resource<BScreen::ColumnDirection>::getString() {
237 switch (*(*this)) { 240 switch (*(*this)) {
238 case BScreen::TOPBOTTOM: 241 case BScreen::TOPBOTTOM: