Subversion Repositories Kolibri OS

Rev

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

Rev 2997 Rev 3120
Line 1... Line -...
1
typedef struct tag_object  kobj_t;
-
 
2
typedef struct tag_display display_t;
1
typedef struct tag_display display_t;
Line 3... Line -...
3
 
-
 
4
struct tag_object
-
 
5
{
-
 
6
    uint32_t   magic;
-
 
7
    void      *destroy;
-
 
8
    kobj_t    *fd;
-
 
9
    kobj_t    *bk;
-
 
10
    uint32_t   pid;
-
 
11
};
-
 
12
 
2
 
13
typedef struct
3
typedef struct
14
{
4
{
Line 15... Line 5...
15
    kobj_t     header;
5
    kobj_t     header;