]> Dogcows Code - chaz/openbox/commitdiff
Merge branch 'backport' into work
authorDana Jansens <danakj@orodu.net>
Thu, 14 Jan 2010 21:19:57 +0000 (16:19 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 14 Jan 2010 21:19:57 +0000 (16:19 -0500)
Conflicts:

openbox/frame.c

1  2 
obrender/image.c
openbox/frame.c

Simple merge
diff --cc openbox/frame.c
index 084f3f6accd60c6040f6a6adf6bcf7044de93b1e,67adb40535e113a1f23676746d93efeb5852e39a..8835c6326b15836e499b39b3fc5046437d92ec9f
@@@ -861,10 -862,12 +861,12 @@@ void frame_adjust_area(ObFrame *self, g
          if (focus_cycle_target == self->client)
              focus_cycle_update_indicator(self->client);
      }
-     if (resized && (self->decorations & OB_FRAME_DECOR_TITLEBAR))
+     if (resized && (self->decorations & OB_FRAME_DECOR_TITLEBAR) &&
+         self->label_width)
+     {
 -        XResizeWindow(ob_display, self->label, self->label_width,
 +        XResizeWindow(obt_display, self->label, self->label_width,
                        ob_rr_theme->label_height);
+     }
  }
  
  static void frame_adjust_cursors(ObFrame *self)
This page took 0.031738 seconds and 5 git commands to generate.