Rev 71 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
def getscore(struct):
score = 0
# Screen Size : <=2 - ?, <=2.5 - ?, > 2.5 - ?
# Resolution
# Number of Colors
# REVISIT - Certain type of screen are better
# Type
return 8
return score