]> Dogcows Code - chaz/openbox/blobdiff - obrender/font.c
Fix negative ResizeRelative values with terminal windows (Fix bug 5228)
[chaz/openbox] / obrender / font.c
index 892b2c1093012abbad7d70a893e2857f7d56df5d..a22e23f50b1d9f19be1dfe2a32c14f4dd738aaec 100644 (file)
@@ -284,6 +284,8 @@ void RrFontDraw(XftDraw *d, RrTextureText *t, RrRect *area)
     case RR_JUSTIFY_CENTER:
         x += (w - mw) / 2;
         break;
+    case RR_JUSTIFY_NUM_TYPES:
+        g_assert_not_reached();
     }
 
     if (t->shadow_offset_x || t->shadow_offset_y) {
This page took 0.025944 seconds and 4 git commands to generate.