use libini wrappers, use human readable event masks
git-svn-id: svn://kolibrios.org@7051 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -25,7 +25,8 @@ void about_dialog()
|
||||
break;
|
||||
|
||||
case evKey:
|
||||
IF (GetKey()==27)
|
||||
GetKeys();
|
||||
IF (key_scancode == SCAN_CODE_ESC)
|
||||
{
|
||||
active_about=0;
|
||||
cmd_free = 2;
|
||||
@@ -34,7 +35,7 @@ void about_dialog()
|
||||
break;
|
||||
|
||||
case evReDraw:
|
||||
DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,310,300+GetSkinHeight(),0x34,system.color.work,NULL,0);
|
||||
DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,310,300+skin_height,0x34,system.color.work,NULL,0);
|
||||
GetProcessInfo(#about_form, SelfInfo);
|
||||
if (about_form.status_window>2) break;
|
||||
logo_pal[0] = system.color.work;
|
||||
|
Reference in New Issue
Block a user