Subversion Repositories Kolibri OS

Rev

Rev 879 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 879 Rev 954
Line 127... Line 127...
127
  int        src_y;
127
  int        src_y;
128
  int        w;
128
  int        w;
129
  int        h;
129
  int        h;
130
 
130
 
Line -... Line 131...
-
 
131
  union {
131
  color_t    key;
132
    color_t    key;
-
 
133
    color_t    alpha;
-
 
134
  };
132
}io_blit_t;
135
}io_blit_t;
Line 133... Line 136...
133
 
136