Unbreak by removing patches which doesn't apply anymore.

This commit is contained in:
landry 2010-06-12 08:19:53 +00:00
parent 7f36d90ded
commit b70438d874
2 changed files with 0 additions and 33 deletions

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-Client_C,v 1.1 2010/06/08 07:39:08 espie Exp $
--- Client.C.orig Tue Jun 8 09:37:03 2010
+++ Client.C Tue Jun 8 09:37:34 2010
@@ -663,7 +663,7 @@ char *Client::getProperty(Atom a)
}
-int Client::getAtomProperty(Atom a, Atom type)
+long Client::getAtomProperty(Atom a, Atom type)
{
char **p, *x;
if (getProperty_aux(display(), m_window, a, type, 1L,
@@ -673,7 +673,7 @@ int Client::getAtomProperty(Atom a, Atom type)
x = *p;
XFree((void *)p);
- return (int)x;
+ return (long)x;
}

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-Client_h,v 1.1 2010/06/08 07:39:08 espie Exp $
--- Client.h.orig Tue Jun 8 09:37:46 2010
+++ Client.h Tue Jun 8 09:37:54 2010
@@ -184,7 +184,7 @@ class Client { (private)
WindowManager *const m_windowManager;
char *getProperty(Atom);
- int getAtomProperty(Atom, Atom);
+ long getAtomProperty(Atom, Atom);
int getIntegerProperty(Atom);
// accessors