This commit is contained in:
rsc 2005-07-13 14:18:43 +00:00
parent 35ed6913eb
commit d4780b1c14
2 changed files with 3 additions and 7 deletions

View file

@ -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);

View file

@ -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