# Name: oldskin
# Author: tfboc <tfboc@thirty4.com>
# Description: generic skinscript to be used with old 0.1.0 skins

# Usage:
# Rename this file to skininfo.txt and place it in the directory of
# any old 0.1.0 skin, and they should work with minimal or no modications
# at all in 0.3.0. if they look funny, you might have to resize the bmps
# as some authors of 0.1.0 skins didn't size all their bmp's the same

BEGINTOP
        RIGHT BUTTON titlebar.bmp STRETCH BTN_MOVE
	RIGHT BUTTON btn-min.bmp NORMAL BTN_MIN
	RIGHT BUTTON btn-max.bmp NORMAL BTN_MAX
	RIGHT BUTTON btn-close.bmp NORMAL BTN_CLOSE
ENDTOP

BEGINLEFT
        TOP BUTTON fr-left.bmp STRETCH BTN_SIZE_LEFT
ENDLEFT

BEGINRIGHT
        TOP BUTTON fr-right.bmp STRETCH BTN_SIZE_RIGHT
ENDRIGHT

BEGINBOTTOM
        RIGHT BUTTON fr-bottom.bmp STRETCH BTN_SIZE_BOTTOM
ENDBOTTOM
