adjust title bar text
authorDerek Foreman <manmower@gmail.com>
Fri, 30 May 2003 18:55:03 +0000 (18:55 +0000)
committerDerek Foreman <manmower@gmail.com>
Fri, 30 May 2003 18:55:03 +0000 (18:55 +0000)
openbox/frame.c

index 1ec1c4dfbef015a9e9200e9bd3019a15717447cf..a5c1de3bd6c5c2d97d97b782021689f3c45178cf 100644 (file)
@@ -69,7 +69,8 @@ Frame *frame_new()
     fd->obwin.type = Window_Decoration;
     fd->surface = RrSurfaceNewChild(RR_SURFACE_PLANAR, self->surface, 1);
     RrPlanarSet(fd->surface, RR_PLANAR_HORIZONTAL, &sec, &pri);
-    RrTextureSetText(fd->surface, 0, foont, RR_LEFT, "OPENBOX SUCKS");
+    RrTextureSetText(fd->surface, 0, foont, RR_LEFT,
+                     "OPENBOX SUCKS because of me.");
     fd->window = RrSurfaceWindow(fd->surface);
     XSelectInput(ob_display, fd->window, ELEMENT_EVENTMASK);
     fd->anchor = Decor_Top;