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

gEDA-cvs: pcb.git: branch: master updated (ae08cfc9d2877a8697dbbf316434a6bd2ddfc640)



The branch, master has been updated
       via  ae08cfc9d2877a8697dbbf316434a6bd2ddfc640 (commit)
      from  75a822c666ac903dacaa40fc09f6b3b3b7cd2812 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/hid/gtk/gtkhid-main.c |    1 +
 src/hid/lesstif/main.c    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


=================
 Commit Messages
=================

commit ae08cfc9d2877a8697dbbf316434a6bd2ddfc640
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Apply the default hidnogui HID to the GUIs as well.
    
    This saves them having to re-implement NOOP implementations for
    functions the "nogui" HID provides a non "CRASH;" implementation
    for.

:100644 100644 ea0a0dd... 091f472... M	src/hid/gtk/gtkhid-main.c
:100644 100644 4f7e12a... c2513bf... M	src/hid/lesstif/main.c

=========
 Changes
=========

commit ae08cfc9d2877a8697dbbf316434a6bd2ddfc640
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Apply the default hidnogui HID to the GUIs as well.
    
    This saves them having to re-implement NOOP implementations for
    functions the "nogui" HID provides a non "CRASH;" implementation
    for.

diff --git a/src/hid/gtk/gtkhid-main.c b/src/hid/gtk/gtkhid-main.c
index ea0a0dd..091f472 100644
--- a/src/hid/gtk/gtkhid-main.c
+++ b/src/hid/gtk/gtkhid-main.c
@@ -2330,6 +2330,7 @@ hid_gtk_init ()
   ghid_hid.flush_debug_draw         = ghid_flush_debug_draw;
   ghid_hid.finish_debug_draw        = ghid_finish_debug_draw;
 
+  apply_default_hid (&ghid_hid, 0);
   hid_register_hid (&ghid_hid);
 #include "gtk_lists.h"
 }
diff --git a/src/hid/lesstif/main.c b/src/hid/lesstif/main.c
index 4f7e12a..c2513bf 100644
--- a/src/hid/lesstif/main.c
+++ b/src/hid/lesstif/main.c
@@ -4065,6 +4065,7 @@ hid_lesstif_init ()
   lesstif_hid.flush_debug_draw        = lesstif_flush_debug_draw;
   lesstif_hid.finish_debug_draw       = lesstif_finish_debug_draw;
 
+  apply_default_hid (&lesstif_hid, 0);
   hid_register_hid (&lesstif_hid);
 #include "lesstif_lists.h"
 }




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