Update of /cvsroot/cbar/cbar/examples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2656/examples
Modified Files:
1_bar.c
Log Message:
888698 Doesn't build on Linux
Replaced dependfiles with stubs.
Cleaned up docs.
Removed makedoc build stuff (changed to use cgui's makedoc)
Index: 1_bar.c
===================================================================
RCS file: /cvsroot/cbar/cbar/examples/1_bar.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** 1_bar.c 29 Mar 2003 00:43:29 -0000 1.2
--- 1_bar.c 4 Feb 2004 06:21:58 -0000 1.3
***************
*** 43,47 ****
MkMenuBarItem("File", file, NULL);
editid = AddEditBox(DOWNLEFT, 300, "Received code:", FINT, 0, &read_value);
! EndMenu();
DisplayWin();
SetHotKey(0, shut_down, NULL, 0, 27);
--- 43,47 ----
MkMenuBarItem("File", file, NULL);
editid = AddEditBox(DOWNLEFT, 300, "Received code:", FINT, 0, &read_value);
! EndMenuBar();
DisplayWin();
SetHotKey(0, shut_down, NULL, 0, 27);
|