emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lwlib/xlwmenu.c


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lwlib/xlwmenu.c
Date: Thu, 22 May 2003 09:37:51 -0400

Index: emacs/lwlib/xlwmenu.c
diff -c emacs/lwlib/xlwmenu.c:1.56 emacs/lwlib/xlwmenu.c:1.57
*** emacs/lwlib/xlwmenu.c:1.56  Tue Feb  4 09:08:23 2003
--- emacs/lwlib/xlwmenu.c       Thu May 22 09:37:50 2003
***************
*** 25,31 ****
  #include <config.h>
  #endif
  
! #include "../src/lisp.h"
  
  #include <stdio.h>
  
--- 25,31 ----
  #include <config.h>
  #endif
  
! #include "lisp.h"
  
  #include <stdio.h>
  
***************
*** 1707,1714 ****
       Cardinal *num_args;
  {
    /* Get the GCs and the widget size */
-   XSetWindowAttributes xswa;
-   int mask;
  
    Window window = RootWindowOfScreen (DefaultScreenOfDisplay (XtDisplay 
(mw)));
    Display* display = XtDisplay (mw);
--- 1707,1712 ----
***************
*** 1738,1747 ****
  
    make_drawing_gcs (mw);
    make_shadow_gcs (mw);
- 
-   xswa.background_pixel = mw->core.background_pixel;
-   xswa.border_pixel = mw->core.border_pixel;
-   mask = CWBackPixel | CWBorderPixel;
  
    mw->menu.popped_up = False;
  
--- 1736,1741 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]