FreeRDP
mf_event.c File Reference
#include <freerdp/config.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "mf_event.h"
#include <freerdp/log.h>

Macros

#define TAG   SERVER_TAG("mac")
 

Functions

int mf_is_event_set (mfEventQueue *event_queue)
 
void mf_signal_event (mfEventQueue *event_queue)
 
void mf_set_event (mfEventQueue *event_queue)
 
void mf_clear_events (mfEventQueue *event_queue)
 
void mf_clear_event (mfEventQueue *event_queue)
 
void mf_event_push (mfEventQueue *event_queue, mfEvent *event)
 
mfEvent * mf_event_peek (mfEventQueue *event_queue)
 
mfEvent * mf_event_pop (mfEventQueue *event_queue)
 
mfEventRegion * mf_event_region_new (int x, int y, int width, int height)
 
void mf_event_region_free (mfEventRegion *event_region)
 
mfEvent * mf_event_new (int type)
 
void mf_event_free (mfEvent *event)
 
mfEventQueue * mf_event_queue_new ()
 
void mf_event_queue_free (mfEventQueue *event_queue)
 

Macro Definition Documentation

◆ TAG

#define TAG   SERVER_TAG("mac")

FreeRDP: A Remote Desktop Protocol Implementation OS X Server Event Handling

Copyright 2012 Corey Clayton can.o.nosp@m.f.tu.nosp@m.na@gm.nosp@m.ail..nosp@m.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Function Documentation

◆ mf_clear_event()

void mf_clear_event ( mfEventQueue *  event_queue)
Here is the caller graph for this function:

◆ mf_clear_events()

void mf_clear_events ( mfEventQueue *  event_queue)
Here is the call graph for this function:

◆ mf_event_free()

void mf_event_free ( mfEvent *  event)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mf_event_new()

mfEvent* mf_event_new ( int  type)
Here is the caller graph for this function:

◆ mf_event_peek()

mfEvent* mf_event_peek ( mfEventQueue *  event_queue)
Here is the caller graph for this function:

◆ mf_event_pop()

mfEvent* mf_event_pop ( mfEventQueue *  event_queue)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mf_event_push()

void mf_event_push ( mfEventQueue *  event_queue,
mfEvent *  event 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mf_event_queue_free()

void mf_event_queue_free ( mfEventQueue *  event_queue)

◆ mf_event_queue_new()

mfEventQueue* mf_event_queue_new ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mf_event_region_free()

void mf_event_region_free ( mfEventRegion *  event_region)
Here is the call graph for this function:

◆ mf_event_region_new()

mfEventRegion* mf_event_region_new ( int  x,
int  y,
int  width,
int  height 
)

◆ mf_is_event_set()

int mf_is_event_set ( mfEventQueue *  event_queue)
Here is the caller graph for this function:

◆ mf_set_event()

void mf_set_event ( mfEventQueue *  event_queue)
Here is the caller graph for this function:

◆ mf_signal_event()

void mf_signal_event ( mfEventQueue *  event_queue)