projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b130fa
)
*** empty log message ***
author
root
<root>
Fri, 13 Jan 2006 05:04:33 +0000
(
05:04
+0000)
committer
root
<root>
Fri, 13 Jan 2006 05:04:33 +0000
(
05:04
+0000)
src/command.C
patch
|
blob
|
history
src/rxvtperl.xs
patch
|
blob
|
history
diff --git
a/src/command.C
b/src/command.C
index d2eb8514922c9e99bade49decdd1b7d781ea097b..20dfd03a59a791d5ed32a78233a287ca0277a918 100644
(file)
--- a/
src/command.C
+++ b/
src/command.C
@@
-1317,6
+1317,7
@@
rxvt_term::x_cb (XEvent &ev)
&& HOOK_INVOKE ((this, HOOK_X_EVENT, DT_XEVENT, &ev, DT_END)))
return;
+ // for XQueryPointer
Window unused_root, unused_child;
int unused_root_x, unused_root_y;
unsigned int unused_mask;
diff --git
a/src/rxvtperl.xs
b/src/rxvtperl.xs
index 10883c64fb8cad1843d653384f5857e295d25648..004db62a794a60dd8deaed19d93a181d3b5438d0 100644
(file)
--- a/
src/rxvtperl.xs
+++ b/
src/rxvtperl.xs
@@
-1114,10
+1114,8
@@
rxvt_term::vt_emask_add (U32 emask)
U32
rxvt_term::rstyle (U32 new_rstyle = THIS->rstyle)
CODE:
-{
RETVAL = THIS->rstyle;
THIS->rstyle = new_rstyle;
-}
OUTPUT:
RETVAL