projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffce7be
)
made bsetroot compile with the new code for references instead of pointers
author
Dana Jansens
<danakj@orodu.net>
Sun, 14 Apr 2002 14:39:04 +0000
(14:39 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 14 Apr 2002 14:39:04 +0000
(14:39 +0000)
util/bsetroot.cc
patch
|
blob
|
history
diff --git
a/util/bsetroot.cc
b/util/bsetroot.cc
index f0912cab39e0510dc0e59880194d80da33d9bfa6..d9cd4fb2d494e7a247590c8b1313e8e7940da2c2 100644
(file)
--- a/
util/bsetroot.cc
+++ b/
util/bsetroot.cc
@@
-26,7
+26,7
@@
bsetroot::bsetroot(int argc, char **argv, char *dpy_name)
img_ctrl = new BImageControl*[getNumberOfScreens()];
for (; i < getNumberOfScreens(); i++)
- img_ctrl[i] = new BImageControl(
this,
getScreenInfo(i), True);
+ img_ctrl[i] = new BImageControl(
*this, *
getScreenInfo(i), True);
for (i = 1; i < argc; i++) {
if (! strcmp("-help", argv[i])) {