annotate src/video/epoc/Makefile.am @ 860:2bac79e27868

Create a 2D window and then manually focus a different window on your desktop, call SDL_PumpEvents() so the X11 driver sets its this->hidden->switch_waiting, then set a fullscreen OpenGL window (which makes the X11 driver tear down and create a new window instead of just resizing the existing one), poll for events, and the newly-created window will think it needs to pop back to a window. Fixed by resetting switch_waiting to zero if X11_CreateWindow() had to tear down a previous window.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 26 Feb 2004 15:12:51 +0000
parents da9a97f693a8
children
rev   line source
174
da9a97f693a8 *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1
da9a97f693a8 *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
2 ## Makefile.am for SDL using the EPOC video driver
da9a97f693a8 *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
3
da9a97f693a8 *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
4 noinst_LTLIBRARIES = libvideo_epoc.la
da9a97f693a8 *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
5 libvideo_epoc_la_SOURCES = $(EPOC_SRCS)
da9a97f693a8 *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
6
da9a97f693a8 *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
7 # The SDL EPOC video driver sources
da9a97f693a8 *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
8 EPOC_SRCS = \
da9a97f693a8 *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
9 SDL_epocevents.cpp \
da9a97f693a8 *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
10 SDL_epocevents_c.h \
da9a97f693a8 *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
11 SDL_epocvideo.cpp \
da9a97f693a8 *** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
12 SDL_epocvideo.h