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:
1d63334
)
*** empty log message ***
author
root
<root>
Mon, 24 Dec 2007 10:58:09 +0000
(10:58 +0000)
committer
root
<root>
Mon, 24 Dec 2007 10:58:09 +0000
(10:58 +0000)
src/main.C
patch
|
blob
|
history
diff --git
a/src/main.C
b/src/main.C
index 88c87beceb49bbd3bb31d6fb32e6234e27dbe5c7..c04bb80d5b666ed8dbb88fc3386a8bb1bbe621ec 100644
(file)
--- a/
src/main.C
+++ b/
src/main.C
@@
-1698,10
+1698,9
@@
rxvt_term::get_pixmap_property (int prop_id)
0L, 1L, False, XA_PIXMAP, &atype, &aformat,
&nitems, &bytes_after, &prop);
if (result == Success && prop && atype == XA_PIXMAP)
- {
- return *(Pixmap *)prop;
- }
+ return *(Pixmap *)prop;
}
+
return None;
}