[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: x_window.c



  User: ahvezda 
  Date: 06/09/06 21:40:24

  Modified:    .        x_window.c
  Log:
  Had to put the key_press_handler back on the main_window since having it
  
  on the drawing_area broke the cursor keys.  Some sort of odd interaction
  
  with the toolbar.  Luckily it seems that the "space opens a new page"
  
  problem is still fixed.
  
  
  
  
  Revision  Changes    Path
  1.39      +1 -1      eda/geda/gaf/gschem/src/x_window.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: x_window.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/x_window.c,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -b -r1.38 -r1.39
  --- x_window.c	6 Sep 2006 03:15:45 -0000	1.38
  +++ x_window.c	7 Sep 2006 01:40:24 -0000	1.39
  @@ -359,11 +359,11 @@
       { "button_release_event", G_CALLBACK(x_event_button_released) },
       { "motion_notify_event",  G_CALLBACK(x_event_motion)          },
       { "configure_event",      G_CALLBACK(x_event_configure)       },
  -    { "key_press_event",      G_CALLBACK(x_event_key_press)       },
       { NULL,                   NULL                                } };
     struct event_reg_t main_window_events[] = {
       { "enter_notify_event",   G_CALLBACK(x_event_enter)           },
       { "scroll_event",         G_CALLBACK(x_event_scroll)          },
  +    { "key_press_event",      G_CALLBACK(x_event_key_press)       },
       { NULL,                   NULL                                } };
     struct event_reg_t *tmp;
   
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs