Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Although the moon is smaller than the earth, it is farther away.


devel / comp.unix.programmer / Re: Xlib screen saver APIs

SubjectAuthor
* Xlib screen saver APIsMuttley
`* Xlib screen saver APIsLew Pitcher
 `* Xlib screen saver APIsMuttley
  `* Xlib screen saver APIsLew Pitcher
   `* Xlib screen saver APIsMuttley
    `* Xlib screen saver APIsSpiros Bousbouras
     `* Xlib screen saver APIsMuttley
      `* Xlib screen saver APIsPo Lu
       +* Xlib screen saver APIsKaz Kylheku
       |+* Xlib screen saver APIsScott Lurndal
       ||`- Xlib screen saver APIsPo Lu
       |`- Xlib screen saver APIsPo Lu
       `* Xlib screen saver APIsMuttley
        `* Xlib screen saver APIsLew Pitcher
         `* Xlib screen saver APIsKalevi Kolttonen
          `* Xlib screen saver APIsvallor
           `* Xlib screen saver APIsKalevi Kolttonen
            +* Xlib screen saver APIsMuttley
            |+- Xlib screen saver APIsMuttley
            |+* Xlib screen saver APIsAlastair Hogge
            ||+* Xlib screen saver APIsMuttley
            |||`- Xlib screen saver APIsAlastair Hogge
            ||`- Xlib screen saver APIsScott Lurndal
            |+- Xlib screen saver APIsAlastair Hogge
            |`- Xlib screen saver APIsAlastair Hogge
            `* Xlib screen saver APIsvallor
             `* Xlib screen saver APIsScott Lurndal
              `- Xlib screen saver APIsvallor

Pages:12
Re: Xlib screen saver APIs

<ua7tmq$3852t$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10803&group=comp.unix.programmer#10803

  copy link   Newsgroups: comp.unix.programmer
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Mutt...@dastardlyhq.com
Newsgroups: comp.unix.programmer
Subject: Re: Xlib screen saver APIs
Date: Mon, 31 Jul 2023 09:08:42 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 26
Message-ID: <ua7tmq$3852t$1@dont-email.me>
References: <ua2lqd$2j90a$1@dont-email.me> <ua3a29$2l267$1@dont-email.me>
<ua3bb1$2l8st$1@dont-email.me>
<ua3fh5$2l267$2@dont-email.me>
Injection-Date: Mon, 31 Jul 2023 09:08:42 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="d25aea943a611714f6ff71100be03e08";
logging-data="3413085"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/fYaaJN2135BlyhdtxZt1x"
Cancel-Lock: sha1:ubGgtHS8ZsA/gS+VoPNamWda1zM=
 by: Mutt...@dastardlyhq.com - Mon, 31 Jul 2023 09:08 UTC

On Sat, 29 Jul 2023 16:42:14 -0000 (UTC)
Lew Pitcher <lew.pitcher@digitalfreehold.ca> wrote:
>Hi, Muttley
>> But I'm not sure it does. I've been reading this:
>>
>> https://www.x.org/releases/X11R7.7/doc/scrnsaverproto/saver.html
>
>OK, so I'm a beginner at X11/Xlib progamming myself, so I don't
>have all (or even most) of the answers. What I can tell you is
>that you use the Xss(3) extensions in an X11 client program that
>runs in the background and intercepts and processes screensaver
>events. It runs as a stand-alone process, and is not integrated
>into the X11 server.
>
>So, the screensaver client will have to draw on something called
>a "Drawable" (which can be a "Window" or a "Pixmap") which it
>tells the Xss(3) extension should be used as the screensaver
>image. It's up the the client to establish this Drawable, and
>to actually draw the image. This you can do with the usual
>XLib calls. The client does this drawing (or stops drawing)
>when it receives a ScreenSaverNotify event in it's event loop.

Thanks. I do wish a lot of Xlib documentation was less vague. Programming
is a precise activity, there's no reason for the documentation to not be
precise too.

Re: Xlib screen saver APIs

<kq60E9OQdnWzYNhjP@bongo-ra.co>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10804&group=comp.unix.programmer#10804

  copy link   Newsgroups: comp.unix.programmer comp.windows.x
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: spi...@gmail.com (Spiros Bousbouras)
Newsgroups: comp.unix.programmer,comp.windows.x
Subject: Re: Xlib screen saver APIs
Date: Wed, 2 Aug 2023 11:04:19 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <kq60E9OQdnWzYNhjP@bongo-ra.co>
References: <ua2lqd$2j90a$1@dont-email.me> <ua3a29$2l267$1@dont-email.me> <ua3bb1$2l8st$1@dont-email.me>
<ua3fh5$2l267$2@dont-email.me> <ua7tmq$3852t$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 2 Aug 2023 11:04:19 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="752f9c8d1fb02ed525cf47ca64dcba4d";
logging-data="52962"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+PH4v6dssm2tqWVu49wyKN"
Cancel-Lock: sha1:1KS4TIUxwzd99isCNlLDilIUFEU=
X-Server-Commands: nowebcancel
In-Reply-To: <ua7tmq$3852t$1@dont-email.me>
X-Organisation: Weyland-Yutani
 by: Spiros Bousbouras - Wed, 2 Aug 2023 11:04 UTC

On Mon, 31 Jul 2023 09:08:42 -0000 (UTC)
Muttley@dastardlyhq.com wrote:
> On Sat, 29 Jul 2023 16:42:14 -0000 (UTC)
> Lew Pitcher <lew.pitcher@digitalfreehold.ca> wrote:
> >Hi, Muttley
> >> But I'm not sure it does. I've been reading this:
> >>
> >> https://www.x.org/releases/X11R7.7/doc/scrnsaverproto/saver.html
[...]
> Thanks. I do wish a lot of Xlib documentation was less vague. Programming
> is a precise activity, there's no reason for the documentation to not be
> precise too.

I just wanted to add that there exists also comp.windows.x for such
questions. I don't know if there exist people who read that group and
not comp.unix.programmer .

Re: Xlib screen saver APIs

<uadu0l$5129$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10809&group=comp.unix.programmer#10809

  copy link   Newsgroups: comp.unix.programmer comp.windows.x
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Mutt...@dastardlyhq.com
Newsgroups: comp.unix.programmer,comp.windows.x
Subject: Re: Xlib screen saver APIs
Date: Wed, 2 Aug 2023 15:50:45 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 21
Message-ID: <uadu0l$5129$1@dont-email.me>
References: <ua2lqd$2j90a$1@dont-email.me> <ua3a29$2l267$1@dont-email.me> <ua3bb1$2l8st$1@dont-email.me>
<ua3fh5$2l267$2@dont-email.me> <ua7tmq$3852t$1@dont-email.me>
<kq60E9OQdnWzYNhjP@bongo-ra.co>
Injection-Date: Wed, 2 Aug 2023 15:50:45 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="020dd546ff52c2fd4fff7b8d5af671a5";
logging-data="164937"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Nn2kFQu+cYX8Tr2yrHI8f"
Cancel-Lock: sha1:LK2TQjPsox0LzQPYhAN9sEkDULk=
 by: Mutt...@dastardlyhq.com - Wed, 2 Aug 2023 15:50 UTC

On Wed, 2 Aug 2023 11:04:19 -0000 (UTC)
Spiros Bousbouras <spibou@gmail.com> wrote:
>On Mon, 31 Jul 2023 09:08:42 -0000 (UTC)
>Muttley@dastardlyhq.com wrote:
>> On Sat, 29 Jul 2023 16:42:14 -0000 (UTC)
>> Lew Pitcher <lew.pitcher@digitalfreehold.ca> wrote:
>> >Hi, Muttley
>> >> But I'm not sure it does. I've been reading this:
>> >>
>> >> https://www.x.org/releases/X11R7.7/doc/scrnsaverproto/saver.html
>[...]
>> Thanks. I do wish a lot of Xlib documentation was less vague. Programming
>> is a precise activity, there's no reason for the documentation to not be
>> precise too.
>
>I just wanted to add that there exists also comp.windows.x for such
>questions. I don't know if there exist people who read that group and
>not comp.unix.programmer .

Cheers. Looks more admin than dev but something to remember for next time.

Pages:12
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor