Re: [AD] X11 window title broken |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] X11 window title broken
- From: Chris <chris.kcat@xxxxxxxxxx>
- Date: Mon, 17 Apr 2006 03:35:38 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Qw2QGcj64gc69HrHelACFAjx59t5C5U72sfOEhmL3lLSREgftAXCdTnRD5hWaxp+DFi2ZI1cBVPUIgJ3rq3uz+QIL3sVAAcKokXIz2b6zzj8Fph0355O8PiMd+ftkoyBGSYHfxuHQhO/Os4lTeZI/V9w9SJbiw4aVOfMpuI95l4=
This might be pedantic, but originally, it checked to make sure
_xwin.window != None before setting the title for it. Now, it sets it for
_xwin.wm_window, but still only checks if _xwin.window != None. would this be
a problem?