aboutsummaryrefslogtreecommitdiff
path: root/dw/style.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-12-27 00:44:59 +0100
committerSebastian Geerken <devnull@localhost>2013-12-27 00:44:59 +0100
commit0f070a78145091a04034b3db9c558e032ec22a2f (patch)
tree4326bc857bb96b3114fef4dfea9b34943771ebfa /dw/style.cc
parent4b4a884d9e18d785dc3055149a3e17979b1a0529 (diff)
Minor RTFL fixes.
Diffstat (limited to 'dw/style.cc')
-rw-r--r--dw/style.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/style.cc b/dw/style.cc
index 5970fd6f..3a01d903 100644
--- a/dw/style.cc
+++ b/dw/style.cc
@@ -249,7 +249,7 @@ Style::Style (StyleAttrs *attrs)
DBG_OBJ_ASSOC_CHILD (borderColor.bottom);
DBG_OBJ_ASSOC_CHILD (borderColor.left);
DBG_OBJ_ASSOC_CHILD (borderColor.right);
- DBG_OBJ_ASSOC_CHILD (x_tooltip);
+ //DBG_OBJ_ASSOC_CHILD (x_tooltip);
refCount = 1;
@@ -498,7 +498,7 @@ void StyleImage::StyleImgRenderer::setBuffer (core::Imgbuf *buffer, bool resize)
image->imgbufTiled = NULL;
image->imgbufSrc = buffer;
- DBG_OBJ_ASSOC_CHILD (image->imgbufSrc);
+ DBG_OBJ_ASSOC (image, image->imgbufSrc);
if (image->imgbufSrc) {
image->imgbufSrc->ref ();
@@ -525,7 +525,7 @@ void StyleImage::StyleImgRenderer::setBuffer (core::Imgbuf *buffer, bool resize)
(image->tilesX * image->imgbufSrc->getRootWidth(),
image->tilesY * image->imgbufSrc->getRootHeight());
- DBG_OBJ_ASSOC_CHILD (image->imgbufTiled);
+ DBG_OBJ_ASSOC (image, image->imgbufTiled);
}
}
}