diff gui/ui/ui.h @ 35766:16ed8155439b

Rename uiShowMenu() uiMenuShow() and uiHideMenu() uiMenuHide().
author ib
date Thu, 24 Jan 2013 17:36:42 +0000
parents ce6de800ee29
children 51a8ea7542a0
line wrap: on
line diff
--- a/gui/ui/ui.h	Thu Jan 24 17:31:57 2013 +0000
+++ b/gui/ui/ui.h	Thu Jan 24 17:36:42 2013 +0000
@@ -40,8 +40,8 @@
 void uiVideoMouse( int Button, int X, int Y, int RX, int RY );
 
 void uiMenuInit( void );
-void uiHideMenu( int mx, int my, int w );
-void uiShowMenu( int mx, int my );
+void uiMenuHide( int mx, int my, int w );
+void uiMenuShow( int mx, int my );
 void uiMenuMouse( int RX, int RY );
 
 void uiPlaybarInit( void );