search for: hwidth

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

Did you mean: width
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...printf("Can 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); > > /*...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...printf("Can 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); > > /*...