|
|
Sponsor |
xserver/dix devices.c,3.26,3.27: msg#00017freedesktop.xserver.cvs
Committed by: airlied Update of /cvs/xserver/xserver/dix In directory gabe:/tmp/cvs-serv8685/dix Modified Files: devices.c Log Message: xkb changes from Xgl Index: devices.c =================================================================== RCS file: /cvs/xserver/xserver/dix/devices.c,v retrieving revision 3.26 retrieving revision 3.27 diff -u -d -r3.26 -r3.27 --- devices.c 3 Jan 2006 08:32:49 -0000 3.26 +++ devices.c 3 Jan 2006 09:02:22 -0000 3.27 @@ -358,13 +358,10 @@ { inputInfo.pointer = device; #ifdef XKB - if (noXkbExtension) { - device->public.processInputProc = CoreProcessPointerEvent; - device->public.realInputProc = CoreProcessPointerEvent; - } else { - device->public.processInputProc = ProcessPointerEvent; - device->public.realInputProc = ProcessPointerEvent; - } + device->public.processInputProc = CoreProcessPointerEvent; + device->public.realInputProc = CoreProcessPointerEvent; + if (!noXkbExtension) + XkbSetExtension(device,ProcessPointerEvent); #else device->public.processInputProc = ProcessPointerEvent; device->public.realInputProc = ProcessPointerEvent; @@ -384,13 +381,10 @@ { inputInfo.keyboard = device; #ifdef XKB - if (noXkbExtension) { - device->public.processInputProc = CoreProcessKeyboardEvent; - device->public.realInputProc = CoreProcessKeyboardEvent; - } else { - device->public.processInputProc = ProcessKeyboardEvent; - device->public.realInputProc = ProcessKeyboardEvent; - } + device->public.processInputProc = CoreProcessKeyboardEvent; + device->public.realInputProc = CoreProcessKeyboardEvent; + if (!noXkbExtension) + XkbSetExtension(device,ProcessKeyboardEvent); #else device->public.processInputProc = ProcessKeyboardEvent; device->public.realInputProc = ProcessKeyboardEvent;
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | xserver/xkb xkbActions.c,1.2,1.3 xkbInit.c,1.3,1.4, Dave Airlie |
|---|---|
| Next by Date: | xserver/fb fb.h, 1.44, 1.45 fbbits.h, 1.16, 1.17 fbbltone.c, 1.16, 1.17 fbcompose.c, 1.38, 1.39 fbpict.c, 1.45, 1.46 fbtile.c, 1.6, 1.7, Dave Airlie |
| Previous by Thread: | xserver/xkb xkbActions.c,1.2,1.3 xkbInit.c,1.3,1.4, Dave Airlie |
| Next by Thread: | xserver/fb fb.h, 1.44, 1.45 fbbits.h, 1.16, 1.17 fbbltone.c, 1.16, 1.17 fbcompose.c, 1.38, 1.39 fbpict.c, 1.45, 1.46 fbtile.c, 1.6, 1.7, Dave Airlie |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home | sitemap
| advertise | OSDir is
an inevitable website.
|