Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
PicoGUI is no longer maintained by the author.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 26, 2006
1 parent d791916 commit 71900e5
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 687 deletions.
50 changes: 0 additions & 50 deletions README.PicoGUI

This file was deleted.

26 changes: 0 additions & 26 deletions configure.in
Expand Up @@ -1302,31 +1302,6 @@ AC_HELP_STRING([--enable-video-qtopia], [use Qtopia video driver [[default=no]]]
fi
}

dnl Set up the PicoGUI video driver if enabled
CheckPicoGUI()
{
AC_ARG_ENABLE(video-picogui,
AC_HELP_STRING([--enable-video-picogui], [use PicoGUI video driver [[default=no]]]),
, enable_video_picogui=no)
if test x$enable_video = xyes -a x$enable_video_picogui = xyes; then
AC_MSG_CHECKING(for PicoGUI support)
video_picogui=no
AC_TRY_COMPILE([
#include <picogui.h>
],[
],[
video_picogui=yes
])
AC_MSG_RESULT($video_picogui)
if test x$video_picogui = xyes; then
AC_DEFINE(SDL_VIDEO_DRIVER_PICOGUI)
SOURCES="$SOURCES $srcdir/src/video/picogui/*.c"
SDL_LIBS="$SDL_LIBS -lpgui"
have_video=yes
fi
fi
}

dnl Set up the Atari Bios keyboard driver
CheckAtariBiosEvent()
{
Expand Down Expand Up @@ -2063,7 +2038,6 @@ case "$host" in
CheckVGL
CheckWscons
CheckQtopia
CheckPicoGUI
CheckOpenGLX11
CheckInputEvents
CheckTslib
Expand Down
1 change: 0 additions & 1 deletion include/SDL_config.h.in
Expand Up @@ -265,7 +265,6 @@
#undef SDL_VIDEO_DRIVER_NANOX
#undef SDL_VIDEO_DRIVER_OS2FS
#undef SDL_VIDEO_DRIVER_PHOTON
#undef SDL_VIDEO_DRIVER_PICOGUI
#undef SDL_VIDEO_DRIVER_PS2GS
#undef SDL_VIDEO_DRIVER_QTOPIA
#undef SDL_VIDEO_DRIVER_RISCOS
Expand Down
3 changes: 0 additions & 3 deletions src/video/SDL_sysvideo.h
Expand Up @@ -360,9 +360,6 @@ extern VideoBootStrap XBIOS_bootstrap;
#if SDL_VIDEO_DRIVER_GEM
extern VideoBootStrap GEM_bootstrap;
#endif
#if SDL_VIDEO_DRIVER_PICOGUI
extern VideoBootStrap PG_bootstrap;
#endif
#if SDL_VIDEO_DRIVER_DC
extern VideoBootStrap DC_bootstrap;
#endif
Expand Down
3 changes: 0 additions & 3 deletions src/video/SDL_video.c
Expand Up @@ -109,9 +109,6 @@ static VideoBootStrap *bootstrap[] = {
#if SDL_VIDEO_DRIVER_GEM
&GEM_bootstrap,
#endif
#if SDL_VIDEO_DRIVER_PICOGUI
&PG_bootstrap,
#endif
#if SDL_VIDEO_DRIVER_DC
&DC_bootstrap,
#endif
Expand Down
129 changes: 0 additions & 129 deletions src/video/picogui/SDL_pgevents.c

This file was deleted.

37 changes: 0 additions & 37 deletions src/video/picogui/SDL_pgevents_c.h

This file was deleted.

0 comments on commit 71900e5

Please sign in to comment.