23 #include "win_types.h"
29 #define NB_BORDER_IMAGE 6
41 win_border(
char *rep ,
const char *size=WIN_BORDER_NORMAL_SIZE);
45 void load(
char *,
const char *);
53 void set_visible_border(
bool b){visible_border_=b;}
55 void set_brightness_border(
bool b);
61 void set_trans_border(
bool b);
68 #define win_border_MINI 0
69 #define win_border_NORMAL 1
71 const static u_int8 MINI = 0;
72 const static u_int8 NORMAL = 1;
82 image * h_border_template_;
84 image * v_border_template_;
86 image * border_[NB_BORDER_IMAGE];
88 image * border_brightness_[NB_BORDER_IMAGE];
90 image ** border_draw_;