Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5915 → Rev 6050

/programs/cmm/Calypte/Calypte.c
118,7 → 118,6
int encoding;
dword properties_window;
 
#include "include\gui.h"
#include "include\properties.h"
 
struct filter
/programs/cmm/Calypte/include/gui.h
File deleted
/programs/cmm/Calypte/include/properties.h
85,8 → 85,8
break;
case evReDraw:
DefineAndDrawWindow(Form.left + 150,150,270,285+GetSkinHeight(),0x34,system.color.work,WINDOW_TITLE_PROPERTIES);
DefineAndDrawWindow(Form.left + 150,150,270,285+skin_height,0x34,system.color.work,WINDOW_TITLE_PROPERTIES);
GetProcessInfo(#settings_form, SelfInfo);
DrawFlatButton(settings_form.cwidth - 70 - 13, settings_form.cheight - 34, 70, 22, 10, 0xE4DFE1, BTN_CLOSE);
DrawCaptButton(settings_form.cwidth-70-13, settings_form.cheight-34, 70, 22, 10, 0x288FBD, 0xFFFfff, BTN_CLOSE);
}
}