Mercurial > hg > xemacs-beta
comparison src/menubar-x.c @ 359:8e84bee8ddd0 r21-1-9
Import from CVS: tag r21-1-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:57:55 +0200 |
parents | 4711e16a8e49 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
358:fed6e0f6a03a | 359:8e84bee8ddd0 |
---|---|
682 btn->root = RootWindowOfScreen (XtScreen (daddy)); | 682 btn->root = RootWindowOfScreen (XtScreen (daddy)); |
683 btn->subwindow = (Window) NULL; | 683 btn->subwindow = (Window) NULL; |
684 btn->x = eev->event.button.x; | 684 btn->x = eev->event.button.x; |
685 btn->y = eev->event.button.y; | 685 btn->y = eev->event.button.y; |
686 shellx = shelly = 0; | 686 shellx = shelly = 0; |
687 #ifndef HAVE_WMCOMMAND | 687 #ifndef HAVE_SESSION |
688 { | 688 { |
689 Widget shell = XtParent (daddy); | 689 Widget shell = XtParent (daddy); |
690 | 690 |
691 XtSetArg (al [0], XtNx, &shellx); | 691 XtSetArg (al [0], XtNx, &shellx); |
692 XtSetArg (al [1], XtNy, &shelly); | 692 XtSetArg (al [1], XtNy, &shelly); |