Changed new_workspace_name to std::string and removed new_name_pos
This commit is contained in:
parent
95c81cf42a
commit
5957d88157
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: Toolbar.hh,v 1.4 2002/01/20 02:11:51 fluxgen Exp $
|
// $Id: Toolbar.hh,v 1.5 2002/01/21 00:54:38 fluxgen Exp $
|
||||||
|
|
||||||
#ifndef _TOOLBAR_HH_
|
#ifndef _TOOLBAR_HH_
|
||||||
#define _TOOLBAR_HH_
|
#define _TOOLBAR_HH_
|
||||||
|
@ -100,13 +100,13 @@ private:
|
||||||
} hide_handler;
|
} hide_handler;
|
||||||
|
|
||||||
Fluxbox *fluxbox;
|
Fluxbox *fluxbox;
|
||||||
BImageControl *image_ctrl;
|
|
||||||
BScreen *screen;
|
BScreen *screen;
|
||||||
|
BImageControl *image_ctrl;
|
||||||
BTimer *clock_timer, *hide_timer;
|
BTimer *clock_timer, *hide_timer;
|
||||||
Toolbarmenu *toolbarmenu;
|
Toolbarmenu *toolbarmenu;
|
||||||
class IconBar *iconbar;
|
class IconBar *iconbar;
|
||||||
|
|
||||||
char *new_workspace_name, *new_name_pos;
|
std::string new_workspace_name;
|
||||||
|
|
||||||
friend class HideHandler;
|
friend class HideHandler;
|
||||||
friend class Toolbarmenu;
|
friend class Toolbarmenu;
|
||||||
|
|
Loading…
Reference in a new issue