Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.c > #43561

Re: quick question. Am I reading this right?

From James Kuyper <jameskuyper@verizon.net>
Newsgroups comp.lang.c
Subject Re: quick question. Am I reading this right?
Date 2014-04-25 11:25 -0400
Organization Self
Message-ID <535A7E67.9050406@verizon.net> (permalink)
References <26357b8d-451e-40ae-9b14-61f8ea5b1834@googlegroups.com>

Show all headers | View raw


On 04/25/2014 11:00 AM, halfmaddad@gmail.com wrote:
> Hi Everyone
> 
> I have encountered this snippet of code:
>  screen = xcb_setup_roots_iterator (xcb_get_setup (c)).data;
> 
> Is this correct, the results from xcb_get_setup are fed to xcb_setup_roots_iterator and the result from this is a struct. And this struct's "data" member is then assigned to screen ?

Yes.

Back to comp.lang.c | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

quick question. Am I reading this right? halfmaddad@gmail.com - 2014-04-25 08:00 -0700
  Re: quick question. Am I reading this right? Alain Ketterlin <alain@dpt-info.u-strasbg.fr> - 2014-04-25 17:24 +0200
  Re: quick question. Am I reading this right? James Kuyper <jameskuyper@verizon.net> - 2014-04-25 11:25 -0400
    Re: quick question. Am I reading this right? halfmaddad@gmail.com - 2014-04-25 08:37 -0700
  Re: quick question. Am I reading this right? Keith Thompson <kst-u@mib.org> - 2014-04-25 08:46 -0700

csiph-web