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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lwlib/xlwmenu.c [lexbind]
Date: Tue, 14 Oct 2003 18:59:24 -0400

Index: emacs/lwlib/xlwmenu.c
diff -c emacs/lwlib/xlwmenu.c:1.53.2.1 emacs/lwlib/xlwmenu.c:1.53.2.2
*** emacs/lwlib/xlwmenu.c:1.53.2.1      Fri Apr  4 01:20:42 2003
--- emacs/lwlib/xlwmenu.c       Tue Oct 14 18:59:19 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 ----
***************
*** 1739,1748 ****
    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;
  
    mw->menu.old_depth = 1;
--- 1737,1742 ----
***************
*** 2401,2403 ****
--- 2395,2400 ----
  
    handle_motion_event (mw, (XMotionEvent*)event);
  }
+ 
+ /* arch-tag: 657f43dd-dfd0-4cc9-910c-52935f01176e
+    (do not change this comment) */




reply via email to

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