Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/fb/ega.c

    r79ae36dd rffa2c8ef  
    5252#include <io/screenbuffer.h>
    5353#include <sys/types.h>
     54
    5455#include "ega.h"
    5556#include "main.h"
    56 
    57 // FIXME: remove this header
    58 #include <kernel/ipc/ipc_methods.h>
    5957
    6058#define MAX_SAVED_SCREENS  256
     
    293291                int retval;
    294292               
    295                 if (!IPC_GET_IMETHOD(call)) {
     293                switch (IPC_GET_IMETHOD(call)) {
     294                case IPC_M_PHONE_HUNGUP:
    296295                        client_connected = 0;
    297296                        async_answer_0(callid, EOK);
     
    299298                        /* Exit thread */
    300299                        return;
    301                 }
    302                
    303                 switch (IPC_GET_IMETHOD(call)) {
    304300                case IPC_M_SHARE_OUT:
    305301                        /* We accept one area for data interchange */
Note: See TracChangeset for help on using the changeset viewer.