SVNからのミラー
This commit is contained in:
12
src/control.h
Normal file
12
src/control.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CONTROL_H
|
||||
#define CONTROL_H
|
||||
|
||||
#include "program.h"
|
||||
|
||||
void control_expose(
|
||||
Display *display, Window window, GC gc, XEvent *event, char *input, int *sel);
|
||||
void control_keypress(
|
||||
Display *display, Window window, GC gc, XEvent *event, char *input, int *sel);
|
||||
void control_buttonpress(XEvent *event, Program *programs, int item_height);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user