*change* make tooltip more generous, and preparation for setting a tooltip on the clock
git-svn-id: http://tint2.googlecode.com/svn/trunk@271 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -21,10 +21,12 @@
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "task.h"
|
||||
#include "panel.h"
|
||||
|
||||
|
||||
typedef struct {
|
||||
Task* task;
|
||||
Area* area;
|
||||
Panel* panel;
|
||||
Window window;
|
||||
struct timespec show_timeout;
|
||||
struct timespec hide_timeout;
|
||||
@@ -44,7 +46,7 @@ extern Tooltip g_tooltip;
|
||||
|
||||
void init_tooltip();
|
||||
void cleanup_tooltip();
|
||||
void tooltip_trigger_show(Task* task, int x, int y);
|
||||
void tooltip_trigger_show(Area* area, Panel* p, int x, int y);
|
||||
void tooltip_show();
|
||||
void tooltip_update();
|
||||
void tooltip_trigger_hide();
|
||||
|
||||
Reference in New Issue
Block a user