Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9765 → Rev 9766

/programs/develop/ktcc/trunk/libc.obj/include/clayer/boxlib.h
3,9 → 3,9
#ifndef KOLIBRI_BOXLIB_H
#define KOLIBRI_BOXLIB_H
 
#include <stddef.h>
#include <stdint.h>
#include <sys/ksys.h>
#include <stdint.h>
#include <stddef.h>
 
typedef unsigned color_t;
int kolibri_boxlib_init(void);
/programs/develop/ktcc/trunk/libc.obj/include/clayer/buf2d.h
1,9 → 1,9
#ifndef KOLIBRI_BUF2D_H
#define KOLIBRI_BUF2D_H
 
#include <stddef.h>
#include <stdint.h>
#include <sys/ksys.h>
#include <stddef.h>
 
typedef struct {
unsigned int *buf_pointer;
/programs/develop/ktcc/trunk/libc.obj/include/clayer/dialog.h
43,7 → 43,6
unsigned short y_start;
}open_dialog __attribute__ ((__packed__));
 
 
typedef struct{
unsigned int type;
char* procinfo;