xfreerdp: rename xf_interface.h to xf_client.h

This commit is contained in:
Marc-André Moreau 2013-06-15 13:41:05 -04:00
parent 8ad532a9d4
commit b5bb3619b8
15 changed files with 17 additions and 18 deletions

View File

@ -44,8 +44,8 @@ set(${MODULE_PREFIX}_SRCS
xf_keyboard.h
xf_window.c
xf_window.h
xf_interface.c
xf_interface.h)
xf_client.c
xf_client.h)
if(WITH_CLIENT_INTERFACE)
if(CLIENT_INTERFACE_SHARED)

View File

@ -28,8 +28,7 @@
#include <freerdp/freerdp.h>
#include "xf_interface.h"
#include "xf_client.h"
#include "xfreerdp.h"
int main(int argc, char* argv[])

View File

@ -23,7 +23,7 @@
#include "xf_channels.h"
#include "xf_interface.h"
#include "xf_client.h"
#include "xfreerdp.h"
int xf_on_channel_connected(freerdp* instance, const char* name, void* pInterface)

View File

@ -17,8 +17,8 @@
* limitations under the License.
*/
#ifndef __XF_INTERFACE_H
#define __XF_INTERFACE_H
#ifndef __XF_CLIENT_H
#define __XF_CLIENT_H
#include <freerdp/api.h>
#include <freerdp/freerdp.h>
@ -48,4 +48,4 @@ FREERDP_API int RdpClientEntry(RDP_CLIENT_ENTRY_POINTS* pEntryPoints);
}
#endif
#endif /* __XF_INTERFACE_H */
#endif /* __XF_CLIENT_H */

View File

@ -20,7 +20,7 @@
#ifndef __XF_CLIPRDR_H
#define __XF_CLIPRDR_H
#include "xf_interface.h"
#include "xf_client.h"
#include "xfreerdp.h"
void xf_cliprdr_init(xfContext* xfc, rdpChannels* channels);

View File

@ -22,7 +22,7 @@
#include "xf_keyboard.h"
#include "xf_interface.h"
#include "xf_client.h"
#include "xfreerdp.h"
BOOL xf_event_process(freerdp* instance, XEvent* event);

View File

@ -22,7 +22,7 @@
#include <freerdp/gdi/gdi.h>
#include "xf_interface.h"
#include "xf_client.h"
#include "xfreerdp.h"
void xf_gdi_register_update_callbacks(rdpUpdate* update);

View File

@ -20,7 +20,7 @@
#ifndef __XF_GRAPHICS_H
#define __XF_GRAPHICS_H
#include "xf_interface.h"
#include "xf_client.h"
#include "xfreerdp.h"
void xf_register_graphics(rdpGraphics* graphics);

View File

@ -20,7 +20,7 @@
#ifndef __XF_INPUT_H
#define __XF_INPUT_H
#include "xf_interface.h"
#include "xf_client.h"
#include "xfreerdp.h"
#ifdef WITH_XI

View File

@ -22,7 +22,7 @@
#include <freerdp/locale/keyboard.h>
#include "xf_interface.h"
#include "xf_client.h"
#include "xfreerdp.h"
void xf_kbd_init(xfContext* xfc);

View File

@ -40,7 +40,7 @@ struct _VIRTUAL_SCREEN
};
typedef struct _VIRTUAL_SCREEN VIRTUAL_SCREEN;
#include "xf_interface.h"
#include "xf_client.h"
#include "xfreerdp.h"
int xf_list_monitors(xfContext* xfc);

View File

@ -20,7 +20,7 @@
#ifndef __XF_RAIL_H
#define __XF_RAIL_H
#include "xf_interface.h"
#include "xf_client.h"
#include "xfreerdp.h"
void xf_rail_paint(xfContext* xfc, rdpRail* rail, INT32 uleft, INT32 utop, UINT32 uright, UINT32 ubottom);

View File

@ -20,7 +20,7 @@
#ifndef __XF_TSMF_H
#define __XF_TSMF_H
#include "xf_interface.h"
#include "xf_client.h"
#include "xfreerdp.h"
void xf_tsmf_init(xfContext* xfc, long xv_port);

View File

@ -27,7 +27,7 @@
typedef struct xf_localmove xfLocalMove;
typedef struct xf_window xfWindow;
#include "xf_interface.h"
#include "xf_client.h"
#include "xfreerdp.h"
// Extended ICCM flags http://standards.freedesktop.org/wm-spec/wm-spec-latest.html