ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] Раскладки в KDE 4.1
  @ 2008-12-04 17:15     ` Valery V. Inozemtsev
  2008-12-04 17:26       ` Dmitry V. Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Valery V. Inozemtsev @ 2008-12-04 17:15 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 779 bytes --]

On Thursday 04 December 2008 20:08:46 Yuri N. Sedunov wrote:
> В Чтв, 04/12/2008 в 19:56 +0300, Valery V. Inozemtsev пишет:
> > On Thursday 04 December 2008 19:48:58 Yuri N. Sedunov wrote:
>
> <skip>
>
> > > Надо чинить libxklavier.
> >
> > либо вернуть _XiGetDevicePresenceNotifyEvent
>
> Я даже не надеюсь на такую любезность с твоей стороны :)

я не уверен должен он торчать наружу или нет

#define DevicePresence(dpy, type, _class)                       \
    {                                                           \
        extern int _XiGetDevicePresenceNotifyEvent(Display *);  \
        type = _XiGetDevicePresenceNotifyEvent(dpy);            \
        _class =  (0x10000 | _devicePresence);                  \
    }

требуется помощь зала

-- 
Valery V. Inozemtsev

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [devel] Раскладки в KDE 4.1
  2008-12-04 17:15     ` [devel] Раскладки в KDE 4.1 Valery V. Inozemtsev
@ 2008-12-04 17:26       ` Dmitry V. Levin
  2008-12-04 18:10         ` Valery V. Inozemtsev
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry V. Levin @ 2008-12-04 17:26 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 1098 bytes --]

On Thu, Dec 04, 2008 at 08:15:25PM +0300, Valery V. Inozemtsev wrote:
> On Thursday 04 December 2008 20:08:46 Yuri N. Sedunov wrote:
> > В Чтв, 04/12/2008 в 19:56 +0300, Valery V. Inozemtsev пишет:
> > > On Thursday 04 December 2008 19:48:58 Yuri N. Sedunov wrote:
> >
> > <skip>
> >
> > > > Надо чинить libxklavier.
> > >
> > > либо вернуть _XiGetDevicePresenceNotifyEvent
> >
> > Я даже не надеюсь на такую любезность с твоей стороны :)
> 
> я не уверен должен он торчать наружу или нет
> 
> #define DevicePresence(dpy, type, _class)                       \
>     {                                                           \
>         extern int _XiGetDevicePresenceNotifyEvent(Display *);  \
>         type = _XiGetDevicePresenceNotifyEvent(dpy);            \
>         _class =  (0x10000 | _devicePresence);                  \
>     }
> 
> требуется помощь зала

Имя символа _XiGetDevicePresenceNotifyEvent говорит о том, что он для
сугубо внутреннего использования.  Для верности лучше спросить upstream,
для обратной совместимости понятно что лучше.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [devel] Раскладки в KDE 4.1
  2008-12-04 17:26       ` Dmitry V. Levin
@ 2008-12-04 18:10         ` Valery V. Inozemtsev
  0 siblings, 0 replies; 3+ messages in thread
From: Valery V. Inozemtsev @ 2008-12-04 18:10 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 1546 bytes --]

On Thursday 04 December 2008 20:26:24 Dmitry V. Levin wrote:
> On Thu, Dec 04, 2008 at 08:15:25PM +0300, Valery V. Inozemtsev wrote:
> > On Thursday 04 December 2008 20:08:46 Yuri N. Sedunov wrote:
> > > В Чтв, 04/12/2008 в 19:56 +0300, Valery V. Inozemtsev пишет:
> > > > On Thursday 04 December 2008 19:48:58 Yuri N. Sedunov wrote:
> > >
> > > <skip>
> > >
> > > > > Надо чинить libxklavier.
> > > >
> > > > либо вернуть _XiGetDevicePresenceNotifyEvent
> > >
> > > Я даже не надеюсь на такую любезность с твоей стороны :)
> >
> > я не уверен должен он торчать наружу или нет
> >
> > #define DevicePresence(dpy, type, _class)                       \
> >     {                                                           \
> >         extern int _XiGetDevicePresenceNotifyEvent(Display *);  \
> >         type = _XiGetDevicePresenceNotifyEvent(dpy);            \
> >         _class =  (0x10000 | _devicePresence);                  \
> >     }
> >
> > требуется помощь зала
>
> Имя символа _XiGetDevicePresenceNotifyEvent говорит о том, что он для
> сугубо внутреннего использования.  Для верности лучше спросить upstream,
> для обратной совместимости понятно что лучше.

как починить libxklavier я не знаю, видимо придется вернуть

-- 
Valery V. Inozemtsev

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-04 18:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-04 17:15     ` [devel] Раскладки в KDE 4.1 Valery V. Inozemtsev
2008-12-04 17:26       ` Dmitry V. Levin
2008-12-04 18:10         ` Valery V. Inozemtsev

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git