Bug 107216 - [patch] allows Windows key to be used with qemu
Summary: [patch] allows Windows key to be used with qemu
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Juergen Lock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-26 21:50 UTC by Scott Robbins
Modified: 2006-12-26 23:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Robbins 2006-12-26 21:50:10 UTC
	This is a minor patch of the sdl.c file of the qemu port. It allows 
	the user to use the MS Logo key.  I have only tested it by using it as 
	mod4 in fluxbox with a Linux guest, however the patch is mentioned 
	in the qemu faq to enable the Windows key to be used to run the start
	menu in Windows. (However, the patch they refer to is an older version
	referring to line 115 which is now line 141.)

Fix: 

See patch at http://www.scottro.net
	As mentioned this patch is simply a redo of a patch mentioned in 		in the qemu faq.  The patch they mention is still up at
	http://www.geocities.com/nixling_gone/windows_keys.txt

	The only change I made was to the line numbers.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-12-26 22:13:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nox

Over to maintainer.
Comment 2 Scott Robbins 2006-12-26 22:21:01 UTC
It would have helped to give the complete url.  

http://www.scottro.net/patch.sdl.c

-- 

Scott Robbins
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-26 22:41:19 UTC
nox         2006-12-26 22:41:13 UTC

  FreeBSD ports repository

  Modified files:
    emulators/qemu       Makefile 
  Added files:
    emulators/qemu/files patch-sdl.c 
  Log:
  Add patch to pass windows keys to qemu guests
  
  PR:             ports/107216
  Submitted by:   Scott Robbins <scottro@nyc.rr.com>
  Approved by:    miwi (mentor)
  
  Revision  Changes    Path
  1.65      +1 -0      ports/emulators/qemu/Makefile
  1.5       +14 -0     ports/emulators/qemu/files/patch-sdl.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Juergen Lock freebsd_committer freebsd_triage 2006-12-26 22:42:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!