desktop name: first step
git-svn-id: http://tint2.googlecode.com/svn/trunk@596 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -1,33 +1,20 @@
|
||||
/**************************************************************************
|
||||
* Copyright (C) 2008 thierry lorthiois (lorthiois@bbsoft.fr)
|
||||
*
|
||||
* taskbarname
|
||||
*
|
||||
**************************************************************************/
|
||||
|
||||
#ifndef TASKBARNAME_H
|
||||
#define TASKBARNAME_H
|
||||
|
||||
#include "common.h"
|
||||
#include "area.h"
|
||||
|
||||
|
||||
extern int taskbarname_enabled;
|
||||
extern PangoFontDescription *taskbarname_font_desc;
|
||||
extern Color taskbarname_font;
|
||||
|
||||
typedef struct {
|
||||
// always start with area
|
||||
Area area;
|
||||
|
||||
int desktop;
|
||||
|
||||
} Taskbarname;
|
||||
|
||||
|
||||
// default global data
|
||||
void default_taskbarname();
|
||||
|
||||
// freed memory
|
||||
void cleanup_taskbarname();
|
||||
|
||||
void init_taskbarname();
|
||||
void init_taskbarname_panel(void *p);
|
||||
|
||||
void draw_taskbarname(void *obj, cairo_t *c);
|
||||
|
||||
Reference in New Issue
Block a user