1. 02 4月, 2011 1 次提交
  2. 27 7月, 2010 1 次提交
  3. 02 10月, 2009 2 次提交
  4. 01 8月, 2009 1 次提交
  5. 07 3月, 2009 1 次提交
    • A
      Refactor keymap code to avoid duplication ("Daniel P. Berrange") · 0483755a
      aliguori 提交于
      Each of the graphical frontends #include a .c file, for keymap code
      resulting in duplicated definitions & duplicated compiled code. A
      couple of small changes allowed this to be sanitized, so instead of
      doing a #include "keymaps.c", duplicating all code, we can have a
      shared keymaps.h file, and only compile code once. This allows the
      next patch to move the VncState struct out into a header file without
      causing clashing definitions.
      
      
       Makefile      |    9 +++++---
       b/keymaps.h   |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
       curses.c      |    3 --
       curses_keys.h |    9 +++-----
       keymaps.c     |   45 ++++++++++++++++---------------------------
       sdl.c         |    3 --
       sdl_keysym.h  |    7 ++----
       vnc.c         |    5 +---
       vnc_keysym.h  |    7 ++----
       9 files changed, 97 insertions(+), 51 deletions(-)
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6721 c046a42c-6fe2-441c-8c8c-71466251a162
      0483755a
  6. 10 2月, 2009 1 次提交
  7. 03 10月, 2008 1 次提交
  8. 08 7月, 2008 1 次提交
  9. 31 10月, 2007 1 次提交
  10. 08 1月, 2007 1 次提交
  11. 01 5月, 2006 1 次提交
  12. 02 3月, 2005 2 次提交
  13. 13 12月, 2004 1 次提交