The R Project SVN R

Rev

Rev 12976 | Rev 14560 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12976 Rev 13406
Line 136... Line 136...
136
static int xmaxused, ymaxused;
136
static int xmaxused, ymaxused;
137
static int oldWIDTH=0, oldHEIGHT=0;
137
static int oldWIDTH=0, oldHEIGHT=0;
138
static int nboxchars=0;
138
static int nboxchars=0;
139
 
139
 
140
 
140
 
141
void R_ProcessEvents(); /* in system.c */
-
 
142
 
-
 
143
static void eventloop()
141
static void eventloop()
144
{
142
{
145
    while (R_de_up) R_ProcessEvents();
143
    while (R_de_up) R_ProcessEvents();
146
}
144
}
147
 
145