summaryrefslogtreecommitdiffstats
path: root/kwin/tools/xreply/xreply.c
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 04:10:07 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 04:10:07 +0000
commitfd3a982e26813f5bcc82c7e89ce6fa2ad44432bf (patch)
tree9eda848e56fcb862fdfdf479adeccd95b6fe387a /kwin/tools/xreply/xreply.c
parent02f67d0e1355b79b1806746efb0f2f640e57f13d (diff)
downloadtdebase-fd3a982e26813f5bcc82c7e89ce6fa2ad44432bf.tar.gz
tdebase-fd3a982e26813f5bcc82c7e89ce6fa2ad44432bf.zip
Revert automated changes
Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1212480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin/tools/xreply/xreply.c')
-rw-r--r--kwin/tools/xreply/xreply.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kwin/tools/xreply/xreply.c b/kwin/tools/xreply/xreply.c
index 648961b80..ecdf6ebc3 100644
--- a/kwin/tools/xreply/xreply.c
+++ b/kwin/tools/xreply/xreply.c
@@ -33,7 +33,7 @@ __attribute((weak)) int ___xreply_reply_enabled = 1;
extern long ___xreply_reply_count;
extern int ___xreply_reply_enabled;
-typedef tqStatus (*xreply_ptr_t)(Display*,xReply*,int,Bool);
+typedef Status (*xreply_ptr_t)(Display*,xReply*,int,Bool);
static xreply_ptr_t xreply_ptr = NULL;
static int xreply_backtrace_set = 0;
@@ -163,7 +163,7 @@ static void xreply_backtrace()
free (strings);
}
-tqStatus
+Status
_XReply (dpy, rep, extra, discard)
register Display *dpy;
register xReply *rep;