Subversion Repositories Kolibri OS

Rev

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

Rev 2085 Rev 2153
Line 47... Line 47...
47
dword italic_buf;
47
dword italic_buf;
48
int tile_height=2,//¡ã¤¥¬ ¢ë¢®¤¨âì ¤¢ã寨ªá¥«ì­ë¬¨ ¯®«®áª ¬¨
48
int tile_height=2,//¡ã¤¥¬ ¢ë¢®¤¨âì ¤¢ã寨ªá¥«ì­ë¬¨ ¯®«®áª ¬¨
49
i, skin_width,
49
i, skin_width,
50
shift=-2;
50
shift=-2;
Line 51... Line 51...
51
 
51
 
-
 
52
  italic_buf = mem_Alloc(w*h*3);
52
  italic_buf = malloc(w*h*3);
53
  
Line 53... Line 54...
53
  skin_width = GetSkinWidth();
54
  skin_width = GetSkinWidth();
Line 54... Line 55...
54
 
55
 
55
  CopyScreen(italic_buf, w * 65536 + h, x + Form.left + 2 * 65536 + y + Form.top + skin_width);
56
  CopyScreen(italic_buf, w * 65536 + h, x + Form.left + 2 * 65536 + y + Form.top + skin_width);
56
 
57
 
57
  
58
  
58
  FOR (i=0;i*tile_height
59
  FOR (i=0;i*tile_height