C++ syntax
This commit is contained in:
parent
725bef0c95
commit
dbcfe8499d
16
devel/guilib/patches/patch-GUI_menu_h
Normal file
16
devel/guilib/patches/patch-GUI_menu_h
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-GUI_menu_h,v 1.1 2010/05/22 21:02:34 espie Exp $
|
||||
--- GUI_menu.h.orig Sat May 22 23:00:28 2010
|
||||
+++ GUI_menu.h Sat May 22 23:00:48 2010
|
||||
@@ -39,9 +39,9 @@ class GUI_Submenu : public GUI_Button
|
||||
virtual void AddSubitem(GUI_Menuitem *newitem);
|
||||
virtual GUI_Menuitem* GetSubItem(int Aid);
|
||||
|
||||
- GUI_status GUI_Submenu:: MouseDown(int x, int y, int button);
|
||||
- GUI_status GUI_Submenu::MouseUp(int x,int y,int button);
|
||||
- GUI_status GUI_Submenu::MouseMotion(int x,int y,Uint8 state);
|
||||
+ GUI_status MouseDown(int x, int y, int button);
|
||||
+ GUI_status MouseUp(int x,int y,int button);
|
||||
+ GUI_status MouseMotion(int x,int y,Uint8 state);
|
||||
|
||||
inline virtual int GetSubmenuId()
|
||||
{return submenuid;}
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2002/09/03 04:29:10 mark Exp $
|
||||
--- Makefile.in.orig Wed May 8 11:43:02 2002
|
||||
+++ Makefile.in Mon Sep 2 21:22:28 2002
|
||||
@@ -98,7 +98,7 @@ libGUI_la_SOURCES = GUI.cpp GUI_C.c
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2010/05/22 21:02:34 espie Exp $
|
||||
--- Makefile.in.orig Wed May 8 20:43:02 2002
|
||||
+++ Makefile.in Sat May 22 15:30:39 2010
|
||||
@@ -98,7 +98,7 @@ libGUI_la_SOURCES = GUI.cpp GUI_C.cpp GUI_area.
|
||||
|
||||
EXTRA_DIST = CHANGES autogen.sh MPWmake.sea.hqx hello.bmp hello2.bmp scroll_dn.bmp scroll_up.bmp
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user