File: eventfilter.h

package info (click to toggle)
alltray 0.71a-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,672 kB
  • ctags: 475
  • sloc: sh: 10,028; ansic: 5,543; makefile: 67
file content (13 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13


#ifndef __EVENT_FILTER_H__
#define __EVENT_FILTER_H__

#include "common.h"

GdkFilterReturn event_filter (GdkXEvent *xevent, 
  GdkEvent *event, gpointer user_data);



#endif