Added HoraK-FDF to bugfinders in About screen,
Fix part of issue 169 (Resize while a window is open waits for an additional click or keypress after the window is closed.) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@822 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
a32d28e157
commit
0826798943
9
engine.c
9
engine.c
@ -480,20 +480,21 @@ void Main_handler(void)
|
|||||||
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
if(Get_input())
|
// Resize requested
|
||||||
{
|
|
||||||
// Redimensionnement demandé
|
|
||||||
if (Resize_width || Resize_height)
|
if (Resize_width || Resize_height)
|
||||||
{
|
{
|
||||||
Hide_cursor();
|
Hide_cursor();
|
||||||
Init_mode_video(Resize_width, Resize_height, 0, Pixel_ratio);
|
Init_mode_video(Resize_width, Resize_height, 0, Pixel_ratio);
|
||||||
// Remise à zero des variables indiquant le Redimensionnement demandé
|
// Reset the variables that indicate a resize was requested.
|
||||||
Display_menu();
|
Display_menu();
|
||||||
Reposition_palette();
|
Reposition_palette();
|
||||||
Display_all_screen();
|
Display_all_screen();
|
||||||
Display_cursor();
|
Display_cursor();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(Get_input())
|
||||||
|
{
|
||||||
|
|
||||||
// Evenement de fermeture
|
// Evenement de fermeture
|
||||||
if (Quit_is_required)
|
if (Quit_is_required)
|
||||||
{
|
{
|
||||||
|
|||||||
16
helpfile.h
16
helpfile.h
@ -332,14 +332,14 @@ static const T_Help_table helptable_credits[] =
|
|||||||
HELP_TITLE(" BUGFINDERS")
|
HELP_TITLE(" BUGFINDERS")
|
||||||
HELP_TEXT ("")
|
HELP_TEXT ("")
|
||||||
//HELP_TEXT ("0----5----0----5----0----5----0----5----0--X")
|
//HELP_TEXT ("0----5----0----5----0----5----0----5----0--X")
|
||||||
HELP_TEXT (" BDCIron Ced El Topo ")
|
HELP_TEXT (" BDCIron Ced El Topo ")
|
||||||
HELP_TEXT (" fallenblood Frost Grimmy ")
|
HELP_TEXT (" fallenblood Frost Grimmy ")
|
||||||
HELP_TEXT (" Gürkan Sengün iLKke keito ")
|
HELP_TEXT (" Gürkan Sengün HoraK-FDF iLKke ")
|
||||||
HELP_TEXT (" kusma Lord Graga MagerValp ")
|
HELP_TEXT (" keito kusma Lord Graga ")
|
||||||
HELP_TEXT (" mind MooZ richienyhus ")
|
HELP_TEXT (" MagerValp mind MooZ ")
|
||||||
HELP_TEXT (" TeeEmCee tempest Timo Kurrpa ")
|
HELP_TEXT (" richienyhus TeeEmCee tempest ")
|
||||||
HELP_TEXT (" titus^Rab Tobé 00ai99 ")
|
HELP_TEXT (" Timo Kurrpa titus^Rab Tobé ")
|
||||||
HELP_TEXT (" 00.rgb.studios ")
|
HELP_TEXT (" 00ai99 00.rgb.studios")
|
||||||
HELP_TEXT ("")
|
HELP_TEXT ("")
|
||||||
HELP_TEXT (" Posted the annoying bug reports.")
|
HELP_TEXT (" Posted the annoying bug reports.")
|
||||||
HELP_TEXT ("")
|
HELP_TEXT ("")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user