From 6991be958773b0a07df218b4b7156f1de75e2c8b Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Fri, 30 May 2003 18:55:03 +0000 Subject: [PATCH] adjust title bar text --- openbox/frame.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.34.1