Rev 1501 | Rev 1534 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1501 | Rev 1530 | ||
---|---|---|---|
Line 82... | Line 82... | ||
82 | case IPC_M_PHONE_HUNGUP: |
82 | case IPC_M_PHONE_HUNGUP: |
83 | client_connected = 0; |
83 | client_connected = 0; |
84 | ipc_answer_fast(callid,0,0,0); |
84 | ipc_answer_fast(callid,0,0,0); |
85 | return; /* Exit thread */ |
85 | return; /* Exit thread */ |
86 | case FB_GET_CSIZE: |
86 | case FB_GET_CSIZE: |
87 | ipc_answer_fast(callid, 0, scr_width, scr_height); |
87 | ipc_answer_fast(callid, 0, scr_height, scr_width); |
88 | continue; |
88 | continue; |
89 | case FB_CLEAR: |
89 | case FB_CLEAR: |
90 | clrscr(); |
90 | clrscr(); |
91 | retval = 0; |
91 | retval = 0; |
92 | break; |
92 | break; |