FreeRDP/client/X11
Bernhard Miklautz 668c8c8cef build: use WITH_XXX instead of XXX_FOUND
To check if something should be en- or disabled WITH_XXX
should be used and not XXX_FOUND.

If XXX_FOUND is used and something gets disabled afterwards (by setting
WITH_XXX to OFF) it will be compiled in as long as XXX_FOUND is found in
cmake's cache file. So disabling a feature, or option, without
clearing the CMakeCache.txt might result in builds with unwanted
configuration.
2012-01-23 14:40:05 +01:00
..
CMakeLists.txt build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
xf_cliprdr.c
xf_cliprdr.h
xf_event.c
xf_event.h
xf_gdi.c Resolve a race condition between a local move update to the RDP server, GDI orders, and RAIL orders. Previously we could receive new GDI orders for the new window position before we received the RAIL order for the new position. The caused drawing errors. 2012-01-13 18:08:51 -06:00
xf_gdi.h
xf_graphics.c
xf_graphics.h
xf_keyboard.c
xf_keyboard.h xfreerdp: add --kbd-list option 2011-08-25 22:01:33 -04:00
xf_monitor.c
xf_monitor.h xfreerdp: start handling multiple monitors in xf_monitor.c 2011-08-30 20:59:42 -04:00
xf_rail.c Resolve a race condition between a local move update to the RDP server, GDI orders, and RAIL orders. Previously we could receive new GDI orders for the new window position before we received the RAIL order for the new position. The caused drawing errors. 2012-01-13 18:08:51 -06:00
xf_rail.h
xf_tsmf.c
xf_tsmf.h
xf_window.c
xf_window.h Fix compile error on Solaris 2011-12-16 15:10:07 -06:00
xfreerdp.1.xml xfreerdp: updated man page 2012-01-16 12:17:50 -05:00
xfreerdp.c Change freerdp_parse_args to return different values for error vs --help/--version, and change xfreerdp to only report real errors 2012-01-14 15:30:48 -06:00
xfreerdp.h xfreerdp: a quick workaround for some issues with TS Remote App. 2012-01-02 10:27:04 +01:00