diff src/video/windib/SDL_dibevents.c @ 515:230b156829ed release-1.2.5

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 06 Oct 2002 20:31:34 +0000
parents 1080bfc4aa96
children c210010f50f4
line wrap: on
line diff
--- a/src/video/windib/SDL_dibevents.c	Sun Oct 06 20:25:05 2002 +0000
+++ b/src/video/windib/SDL_dibevents.c	Sun Oct 06 20:31:34 2002 +0000
@@ -28,9 +28,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <windows.h>
-#ifdef HAVE_AYGSHELL
-#include <aygshell.h>
-#endif
 
 #include "SDL_events.h"
 #include "SDL_error.h"
@@ -366,12 +363,6 @@
 void DIB_DestroyWindow(_THIS)
 {
 	if ( SDL_windowid == NULL ) {
-#ifdef HAVE_AYGSHELL
-		/* Unhide taskbar, etc. */
-		SHFullScreen(SDL_Window, SHFS_SHOWTASKBAR);
-		SHFullScreen(SDL_Window, SHFS_SHOWSIPBUTTON);
-		ShowWindow(FindWindow(TEXT("HHTaskBar"),NULL),SW_SHOWNORMAL);
-#endif
 		DestroyWindow(SDL_Window);
 	}
 }