warnings
This commit is contained in:
parent
35ed6913eb
commit
d4780b1c14
2 changed files with 3 additions and 7 deletions
|
|
@ -15,9 +15,7 @@ void
|
||||||
mainloop(int shape_event)
|
mainloop(int shape_event)
|
||||||
{
|
{
|
||||||
XEvent ev;
|
XEvent ev;
|
||||||
XKeyEvent *ke;
|
|
||||||
|
|
||||||
Top:
|
|
||||||
for(;;){
|
for(;;){
|
||||||
getevent(&ev);
|
getevent(&ev);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,12 +18,10 @@ enum
|
||||||
};
|
};
|
||||||
|
|
||||||
static int tabcode = 0x17;
|
static int tabcode = 0x17;
|
||||||
static int altcode = 0x40;
|
//static int altcode = 0x40;
|
||||||
static int pgupcode = 0x63;
|
//static int pgupcode = 0x63;
|
||||||
static int pgdowncode = 0x69;
|
//static int pgdowncode = 0x69;
|
||||||
|
|
||||||
static void altpress(void);
|
|
||||||
static void altrelease(void);
|
|
||||||
static void alttab(int shift);
|
static void alttab(int shift);
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue