search for: hheight

Displaying 2 results from an estimated 2 matches for "hheight".

Did you mean: height
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...not Enter Dual Head Mode.\n"); > exit(0); > > } > int count = ScreenCount(display); > printf("number of screens = %d\n", count); > screen = DefaultScreen(display); > printf("screen = %d\n", screen); > > hwidth = 640; > hheight = 480; > > /* Make the window */ > window = XCreateSimpleWindow (display, RootWindow(display, screen), > 0, 0, hwidth, hheight,0,0,0); > > XSelectInput(display, window, KeyPressMask | StructureNotifyMask); > > /* Map window. */ > &...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...not Enter Dual Head Mode.\n"); > exit(0); > > } > int count = ScreenCount(display); > printf("number of screens = %d\n", count); > screen = DefaultScreen(display); > printf("screen = %d\n", screen); > > hwidth = 640; > hheight = 480; > > /* Make the window */ > window = XCreateSimpleWindow (display, RootWindow(display, screen), > 0, 0, hwidth, hheight,0,0,0); > > XSelectInput(display, window, KeyPressMask | StructureNotifyMask); > > /* Map window. */ > &...