We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 349

Summary: The window title is empty
Product: SDL Reporter: Laurent Blume <laurent>
Component: *don't know*Assignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 1.2.11   
Hardware: Other   
OS: Solaris   

Description Laurent Blume 2006-10-24 06:11:42 UTC
I'm using SDL with ScummVM on Solaris 10 x86, both in 32 and 64 bit.

After upgrading from SDL 1.2.9 to 1.2.11, I noticed the ScummVM window title is now empty. Downgrading to 1.2.9, it's correct again.
Both version were built in exactly the same way, using a patched Sun Studio 11:

CPPFLAGS='-I/usr/openwin/include -I/usr/X11/include' \
CFLAGS='-fast -xarch=amd64a' \
CXXFLAGS='-fast -xarch=amd64a' \
LDFLAGS='-R/usr/X11/lib/64 -R/usr/openwin/lib/64 -L/usr/openwin/64' \
./configure --prefix=$PREFIX \
  --libdir=$PREFIX/lib/amd64 \
  --bindir=$PREFIX/bin/amd64 \
  --enable-static=no \
  --enable-video-x11-xv \
  --enable-oss \
  --enable-esd=no \
  --enable-nas=no \
  --enable-arts=no \
  --enable-sdl-dlopen
make
make install

I can't try 1.2.10, which didn't build on Solaris.
Comment 1 Ryan C. Gordon 2007-07-03 03:19:11 UTC
I bet this is the same issue as Bug #447.

--ryan.

Comment 2 Sam Lantinga 2007-07-03 08:36:27 UTC
What should the text of the title be?
Comment 3 Laurent Blume 2007-07-03 08:43:00 UTC
By default; for this app, it's "ScummVM <version> (<full build date>)".
Eg:
ScummVM 0.10.0 (Jun 20 2007 14:22:46)

It doesn't seem to contain non-ASCII characters.
Comment 4 Sam Lantinga 2007-07-03 20:44:23 UTC
I can reproduce this here, using testwm.  I'll look into it.
Comment 5 Sam Lantinga 2007-07-04 00:11:37 UTC
This is fixed in subversion revision 3133, thanks!