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:
Yves Rizoud 2009-05-26 19:31:01 +00:00
parent a32d28e157
commit 0826798943
2 changed files with 13 additions and 12 deletions

View File

@ -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)
{ {

View File

@ -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 ("")