Subversion Repositories Kolibri OS

Rev

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

Rev 5132 Rev 5141
Line 3... Line 3...
3
 
3
 
4
#include 
4
#include 
5
#include 
5
#include 
Line -... Line 6...
-
 
6
#include 
-
 
7
 
-
 
8
#ifdef __cplusplus
-
 
9
extern "C" {
6
#include 
10
#endif
7
 
11
 
8
//#ifdef CONFIG_DEBUF
12
//#ifdef CONFIG_DEBUF
9
//  #define DBG(format,...) printf(format,##__VA_ARGS__)
13
//  #define DBG(format,...) printf(format,##__VA_ARGS__)
10
//#else
14
//#else
Line 438... Line 442...
438
    int srcx;
442
    int srcx;
439
    int srcy;
443
    int srcy;
440
    int srcw;
444
    int srcw;
441
    int srch;
445
    int srch;
Line 442... Line 446...
442
 
446
 
443
    unsigned char *bitmap;
447
    void *bitmap;
444
    int   stride;
448
    int   stride;
Line 445... Line 449...
445
};
449
};
446
 
450
 
Line 464... Line 468...
464
    __asm__ __volatile__(
468
    __asm__ __volatile__(
465
    "int $0x40"
469
    "int $0x40"
466
    ::"a"(73),"b"(0),"c"(&bc.dstx));
470
    ::"a"(73),"b"(0),"c"(&bc.dstx));
467
};
471
};
Line -... Line 472...
-
 
472
 
-
 
473
#ifdef __cplusplus
-
 
474
}
-
 
475
#endif
-
 
476
 
468
 
477