missing file
git-svn-id: http://tint2.googlecode.com/svn/trunk@571 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
574615b3cd
commit
1161b0921b
1 changed files with 39 additions and 0 deletions
39
src/taskbar/taskbarname.h
Normal file
39
src/taskbar/taskbarname.h
Normal file
|
@ -0,0 +1,39 @@
|
|||
/**************************************************************************
|
||||
* Copyright (C) 2008 thierry lorthiois (lorthiois@bbsoft.fr)
|
||||
*
|
||||
* taskbarname
|
||||
*
|
||||
**************************************************************************/
|
||||
|
||||
#ifndef TASKBARNAME_H
|
||||
#define TASKBARNAME_H
|
||||
#include "area.h"
|
||||
|
||||
|
||||
extern int taskbarname_enabled;
|
||||
|
||||
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);
|
||||
|
||||
int resize_taskbarname(void *obj);
|
||||
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in a new issue