- space for bx_status_info_text was too small
This commit is contained in:
parent
6e773a652a
commit
be03140315
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: x.cc,v 1.87 2004-12-06 21:12:08 vruppert Exp $
|
||||
// $Id: x.cc,v 1.88 2005-02-27 16:55:34 vruppert Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2002 MandrakeSoft S.A.
|
||||
@ -155,7 +155,7 @@ static unsigned bx_statusitem_pos[12] = {
|
||||
};
|
||||
static bx_bool bx_statusitem_active[12];
|
||||
static long bx_status_led_green, bx_status_graytext;
|
||||
static char bx_status_info_text[32];
|
||||
static char bx_status_info_text[34];
|
||||
|
||||
static void headerbar_click(int x, int y);
|
||||
static void send_keyboard_mouse_status(void);
|
||||
|
Loading…
Reference in New Issue
Block a user