fixed
This commit is contained in:
parent
201e19d672
commit
880ab2f10a
4 changed files with 32 additions and 4 deletions
|
|
@ -25,6 +25,10 @@ struct Event
|
|||
|
||||
struct Window
|
||||
{
|
||||
/* coordinate wineventproc and window thread */
|
||||
QLock lk;
|
||||
int ref;
|
||||
|
||||
/* file descriptors */
|
||||
CFid* ctl;
|
||||
CFid* event;
|
||||
|
|
@ -112,6 +116,8 @@ extern int winsetaddr(Window*, char*, int);
|
|||
extern char* winreadbody(Window*, int*);
|
||||
extern void windormant(Window*);
|
||||
extern void winsetdump(Window*, char*, char*);
|
||||
extern void winincref(Window*);
|
||||
extern void windecref(Window*);
|
||||
|
||||
extern void readmbox(Message*, char*, char*);
|
||||
extern void rewritembox(Window*, Message*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue