Mercurial > sdl-ios-xcode
view include/Makefile.am @ 832:f003714db2f4
Date: Mon, 16 Feb 2004 19:21:51 +0100
From: Max Horn
Subject: Re: Fix for OSX bug
The problem is that our actual client area is realized as a
subview of the "content view" of the window. That's normal so far. The
odd part is that, while our subview starts out filling it parent 100%,
upon resizes it gets changed to something smaller....
Anyway, here is a revised patch which simply enforces the size of
window_view by calling setFrameSize.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 16 Feb 2004 21:06:10 +0000 |
parents | 22dbf364c017 |
children | 450721ad5436 |
line wrap: on
line source
# The input Makefile for SDL header files # The directory where the include files will be installed libSDLincludedir = $(includedir)/SDL # Which header files to install libSDLinclude_HEADERS = \ SDL.h \ SDL_active.h \ SDL_audio.h \ SDL_byteorder.h \ SDL_cdrom.h \ SDL_copying.h \ SDL_cpuinfo.h \ SDL_endian.h \ SDL_error.h \ SDL_events.h \ SDL_getenv.h \ SDL_joystick.h \ SDL_keyboard.h \ SDL_keysym.h \ SDL_loadso.h \ SDL_main.h \ SDL_mouse.h \ SDL_mutex.h \ SDL_name.h \ SDL_opengl.h \ SDL_quit.h \ SDL_rwops.h \ SDL_syswm.h \ SDL_thread.h \ SDL_timer.h \ SDL_types.h \ SDL_version.h \ SDL_video.h \ begin_code.h \ close_code.h