Ignore:
File:
1 edited

Legend:

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

    r79ae36dd rffa2c8ef  
    5959#include <byteorder.h>
    6060#include <io/screenbuffer.h>
     61
    6162#include "font-8x16.h"
    6263#include "fb.h"
    6364#include "main.h"
    6465#include "ppm.h"
     66
    6567#include "pointer.xbm"
    6668#include "pointer_mask.xbm"
    67 
    68 // FIXME: remove this header
    69 #include <kernel/ipc/ipc_methods.h>
    7069
    7170#define DEFAULT_BGCOLOR  0xf0f0f0
     
    16211620                        continue;
    16221621               
    1623                 if (!IPC_GET_IMETHOD(call)) {
     1622                switch (IPC_GET_IMETHOD(call)) {
     1623                case IPC_M_PHONE_HUNGUP:
    16241624                        client_connected = false;
    16251625                       
     
    16301630                        /* Exit thread */
    16311631                        return;
    1632                 }
    16331632               
    1634                 switch (IPC_GET_IMETHOD(call)) {
    16351633                case FB_PUTCHAR:
    16361634                        ch = IPC_GET_ARG1(call);
Note: See TracChangeset for help on using the changeset viewer.