#ifndef XWINMANDEFS_H #define XWINMANDEFS_H 1 #include #include "devif.h" int bound(int a, int b, int c); void Set_BitGravity(XButtonEvent *event, DspInterface dsp, Window window, int grav); void enable_Xkeyboard(DspInterface dsp); void disable_Xkeyboard(DspInterface dsp); void beep_Xkeyboard(DspInterface dsp); void getXsignaldata(DspInterface dsp); #endif