Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8017 → Rev 8016

/programs/cmm/TWB/img.h
1,4 → 1,3
 
struct _img
{
collection url;
13,8 → 12,6
void draw();
};
 
#ifndef NO_IMG
 
dword _img::add(dword _path, _x, _y)
{
char full_path[URL_SIZE];
134,14 → 131,4
 
ImageCache ImgCache;
 
*/
 
#else
dword _img::add(dword _path, _x, _y) {};
void _img::clear() {};
dword _img::current_url() {};
bool _img::next_url() {};
void _img::set_data(dword _data, _data_len) {};
void _img::draw(int _x, _y, _start, _height) {};
 
#endif
*/
/programs/cmm/codeview/codeview.c
1,6 → 1,5
 
#define MEMSIZE 4096 * 200
#define NO_IMG true
 
//libraries
#include "..\lib\gui.h"