From: Derek Foreman Date: Fri, 30 May 2003 18:55:03 +0000 (+0000) Subject: adjust title bar text X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6991be958773b0a07df218b4b7156f1de75e2c8b;p=dana%2Fopenbox-history.git adjust title bar text --- diff --git a/openbox/frame.c b/openbox/frame.c index 1ec1c4df..a5c1de3b 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -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;