Displaymain
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.302 sec
this code work // g++ test.cpp -L/usr/X11R6/lib -lX11 -lXtst #include <stdio.h> #include <stdlib.h> #include <string.h> #include <X11/Xlib.h> #include <unistd.h> #include <X11/extensions/XTest.h> int main(int argc, char* argv[]) { Display *display; if ((display = XOpenDisplay(NULL)) == NULL) { fprintf(stderr, "Cannot open local X-display.\n"); exit(1); } int ev, er, ma     

Group: comp.windows.x · Group Profile · Search for Displaymain in comp.windows.x
Author: andreyfilkov
Date: Mar 7, 2007 00:58

int main(int argc, char* argv[]) { Display *display; Window root; if ((display = XOpenDisplay(NULL)) == NULL) { fprintf(stderr, "Cannot open local X-display.\n"); exit(1); } int ev, er, ma, mi; if(!XTestQueryExtension(display, &ev, &er, &ma, &mi)) { fprintf(stderr, "XTest extension not supported on server.\n"); exit(1); } fprintf(stderr,"XTest for server \"%%s\" is
Show full article (4.55Kb)
On Feb 23, 5:25 am, "Mark Cipra" <cipram...@sbcglobal.net> wrote: > Gary wrote: > > On 22 Feb 2007 08:37:50 -0800, "lyra" <mountain_qu...@RockAthens.com> > > wrote: > > >> (quote, excerpts) > > >> ........................ > > >> 7:39 am, 22 Feb 2007 > > >> Shakespeare in Love Oh, please! This is show business, not the Greatest Work of Art award! > >> (which won seven Oscars in 1999     

Group: comp.windows.x · Group Profile · Search for Displaymain in comp.windows.x
Author: andreyfilkov
Date: Mar 7, 2007 00:55

Gary wrote: On 22 Feb 2007 08:37:50 -0800, "lyra" <mountain_queen@RockAthens.com> wrote: (quote, excerpts) ........................ 7:39 am, 22 Feb 2007 Shakespeare in Love (which won seven Oscars in 1999) has been voted the most undeserving Oscar best film winner of all time. A matter of taste, of course. I quite enjoyed the movie
Show full article (4.34Kb)
    

Group: humanities.lit.authors.shakespeare · Group Profile · Search for Displaymain in humanities.lit.authors.shakespeare
Author: Tom Reedy
Date: Feb 23, 2007 07:50

Show full article (2.17Kb)
    

Group: humanities.lit.authors.shakespeare · Group Profile · Search for Displaymain in humanities.lit.authors.shakespeare
Author: Mark Cipra
Date: Feb 23, 2007 03:25

Show full article (1.17Kb)