summaryrefslogtreecommitdiff
path: root/src/resize.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-31 22:54:01 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-31 22:54:01 -0700
commitce4e11143f982234be1076e384b31228f1cc84ae (patch)
treeaf718100e164c7f87ea7412d453aedf33162b591 /src/resize.c
parent8a3d3a58350506a99efd24f9856466a99bbb9c51 (diff)
Make more functions static that aren't called from other files
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/resize.c')
-rw-r--r--src/resize.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resize.c b/src/resize.c
index 871be89..7cb4aa6 100644
--- a/src/resize.c
+++ b/src/resize.c
@@ -68,6 +68,8 @@ in this Software without prior written authorization from The Open Group.
#include "screen.h"
#include "events.h"
+static void DisplaySize ( TwmWindow *tmp_win, int width, int height );
+
#define MINHEIGHT 0 /* had been 32 */
#define MINWIDTH 0 /* had been 60 */
@@ -473,7 +475,7 @@ DoResize(int x_root, int y_root, TwmWindow *tmp_win)
* \param width the width of the rubber band
* \param height the height of the rubber band
*/
-void
+static void
DisplaySize(TwmWindow *tmp_win, int width, int height)
{
char str[100];