Re-indent
This commit is contained in:
parent
b93b3e7d3c
commit
eba451859f
|
@ -116,8 +116,8 @@ static int _tasks_get_window_property(Tasks * tasks, Window window,
|
||||||
static void _tasks_do(Tasks * tasks);
|
static void _tasks_do(Tasks * tasks);
|
||||||
|
|
||||||
/* callbacks */
|
/* callbacks */
|
||||||
static gboolean _task_on_button_press(GtkWidget * widget, GdkEventButton * event,
|
static gboolean _task_on_button_press(GtkWidget * widget,
|
||||||
gpointer data);
|
GdkEventButton * event, gpointer data);
|
||||||
static void _task_on_clicked(gpointer data);
|
static void _task_on_clicked(gpointer data);
|
||||||
static gboolean _task_on_delete_event(gpointer data);
|
static gboolean _task_on_delete_event(gpointer data);
|
||||||
static GdkFilterReturn _task_on_filter(GdkXEvent * xevent, GdkEvent * event,
|
static GdkFilterReturn _task_on_filter(GdkXEvent * xevent, GdkEvent * event,
|
||||||
|
@ -697,8 +697,8 @@ static int _do_typehint_normal(Tasks * tasks, Window window)
|
||||||
|
|
||||||
/* callbacks */
|
/* callbacks */
|
||||||
/* task_on_button_press */
|
/* task_on_button_press */
|
||||||
static gboolean _task_on_button_press(GtkWidget * widget, GdkEventButton * event,
|
static gboolean _task_on_button_press(GtkWidget * widget,
|
||||||
gpointer data)
|
GdkEventButton * event, gpointer data)
|
||||||
{
|
{
|
||||||
if(event->button != 3 || event->type != GDK_BUTTON_PRESS)
|
if(event->button != 3 || event->type != GDK_BUTTON_PRESS)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user