bb539de350
- Bump PKGNAME where needed with help from matthieu@, thanks! ok steven@
15 lines
463 B
Plaintext
15 lines
463 B
Plaintext
$OpenBSD: patch-src_unix_utilsx11_cpp,v 1.1 2005/12/06 19:16:03 alek Exp $
|
|
--- src/unix/utilsx11.cpp.orig Sun Dec 4 16:24:05 2005
|
|
+++ src/unix/utilsx11.cpp Sun Dec 4 16:24:08 2005
|
|
@@ -101,8 +101,8 @@ void wxSetIconsX11( WXDisplay* display,
|
|
|
|
if( size > 0 )
|
|
{
|
|
- wxUint32* data = new wxUint32[size];
|
|
- wxUint32* ptr = data;
|
|
+ long* data = new long[size];
|
|
+ long* ptr = data;
|
|
|
|
for( i = 0; i < max; ++i )
|
|
{
|