diff options
Diffstat (limited to 'xts5/Xlib4')
-rw-r--r-- | xts5/Xlib4/XCreateWindow/XCreateWindow.m | 1 | ||||
-rw-r--r-- | xts5/Xlib4/XMapRaised/XMapRaised.m | 5 | ||||
-rw-r--r-- | xts5/Xlib4/XSetWindowBackground.m | 1 | ||||
-rw-r--r-- | xts5/Xlib4/XSetWindowBorder.m | 2 | ||||
-rw-r--r-- | xts5/Xlib4/XSetWindowBorderPixmap/XSetWindowBorderPixmap.m | 1 | ||||
-rw-r--r-- | xts5/Xlib4/XSetWindowColormap.m | 1 | ||||
-rw-r--r-- | xts5/Xlib4/XUndefineCursor.m | 1 |
7 files changed, 0 insertions, 12 deletions
diff --git a/xts5/Xlib4/XCreateWindow/XCreateWindow.m b/xts5/Xlib4/XCreateWindow/XCreateWindow.m index dd9d0ebd..c64920d8 100644 --- a/xts5/Xlib4/XCreateWindow/XCreateWindow.m +++ b/xts5/Xlib4/XCreateWindow/XCreateWindow.m @@ -462,7 +462,6 @@ Select NoEventMask on parent window. Verify that a single CreateNotify event was generated. Verify that the returned event structure was correct. >>CODE -XSetWindowAttributes atts; XCreateWindowEvent ge; XEvent event; Window win; diff --git a/xts5/Xlib4/XMapRaised/XMapRaised.m b/xts5/Xlib4/XMapRaised/XMapRaised.m index 9950d022..938427ac 100644 --- a/xts5/Xlib4/XMapRaised/XMapRaised.m +++ b/xts5/Xlib4/XMapRaised/XMapRaised.m @@ -136,7 +136,6 @@ Verify that window is at top of stacking order. >>CODE int so; Window base; -struct buildtree *btp; struct buildtree *btlist; XWindowAttributes atts; @@ -305,7 +304,6 @@ XWindowAttributes atts; XMapRequestEvent good; XEvent ev; struct area area; -int n; base = defwin(display); setarea(&area, 20, 20, 40, 40); @@ -384,7 +382,6 @@ struct area area; struct area charea; int origso; XEvent ev; -int n; base = defwin(display); setarea(&area, 20, 20, 40, 40); @@ -477,7 +474,6 @@ XConfigureEvent confgood; XMapEvent mapgood; struct buildtree *btlist; struct buildtree *btp; -struct area area; XEvent ev; int gotmap; int gotconf; @@ -650,7 +646,6 @@ XConfigureEvent confgood; XMapEvent mapgood; struct buildtree *btlist; struct buildtree *btp; -struct area area; XEvent ev; int gotmap; int gotconf; diff --git a/xts5/Xlib4/XSetWindowBackground.m b/xts5/Xlib4/XSetWindowBackground.m index 739f9792..ccdfcf37 100644 --- a/xts5/Xlib4/XSetWindowBackground.m +++ b/xts5/Xlib4/XSetWindowBackground.m @@ -162,7 +162,6 @@ Verify that background has not changed. Pixmap pm; XEvent event; XVisualInfo *vp; -XSetWindowAttributes attributes; for(resetvinf(VI_WIN); nextvinf(&vp); ) { parent = makewin(display, vp); diff --git a/xts5/Xlib4/XSetWindowBorder.m b/xts5/Xlib4/XSetWindowBorder.m index de4e2cd8..767d3788 100644 --- a/xts5/Xlib4/XSetWindowBorder.m +++ b/xts5/Xlib4/XSetWindowBorder.m @@ -136,7 +136,6 @@ Get the border-pixel. Verify the border pixel was set. >>CODE unsigned long pixel; -Pixmap pm; XEvent event; parent = defdraw(display, VI_WIN); @@ -192,7 +191,6 @@ Get the border-pixel. Verify the border pixel was set. >>CODE unsigned long pixel; -Pixmap pm; XEvent event; /* Create windows */ diff --git a/xts5/Xlib4/XSetWindowBorderPixmap/XSetWindowBorderPixmap.m b/xts5/Xlib4/XSetWindowBorderPixmap/XSetWindowBorderPixmap.m index 00357f63..a73f6bf6 100644 --- a/xts5/Xlib4/XSetWindowBorderPixmap/XSetWindowBorderPixmap.m +++ b/xts5/Xlib4/XSetWindowBorderPixmap/XSetWindowBorderPixmap.m @@ -203,7 +203,6 @@ Set child window border-pixmap to CopyFromParent. Ensure that window is mapped. Pixmap verify to check that border is correct. >>CODE -Pixmap pm; XVisualInfo *vp; for (resetvinf(VI_WIN); nextvinf(&vp); ) { diff --git a/xts5/Xlib4/XSetWindowColormap.m b/xts5/Xlib4/XSetWindowColormap.m index 39c8b9ac..0ffb44a3 100644 --- a/xts5/Xlib4/XSetWindowColormap.m +++ b/xts5/Xlib4/XSetWindowColormap.m @@ -158,7 +158,6 @@ For each supported visual: Verify that a call to XSetWindowColormap generates a BadMatch error. >>CODE BadMatch XVisualInfo *vi; -XWindowAttributes watts; int i, nvisuals; Visual **visuals; diff --git a/xts5/Xlib4/XUndefineCursor.m b/xts5/Xlib4/XUndefineCursor.m index 5ebee314..86c2ecd6 100644 --- a/xts5/Xlib4/XUndefineCursor.m +++ b/xts5/Xlib4/XUndefineCursor.m @@ -270,7 +270,6 @@ Otherwise: >>CODE Window altroot; Cursor cursor; -XVisualInfo *vp; Bool samedefcursor; /* If extended testing is required: */ |