fvwm-convert-2.6: Only print out StartFunction when defined.
[fvwm.git] / modules / FvwmButtons / icons.h
blob900f240c900d7c4a9293e33e94b5cf40d1e0277a
1 /* -*-c-*- */
2 /*
3 * FvwmButtons, copyright 1996, Jarl Totland
5 * This module, and the entire GoodStuff program, and the concept for
6 * interfacing this module to the Window Manager, are all original work
7 * by Robert Nation
9 * Copyright 1993, Robert Nation. No guarantees or warantees or anything
10 * are provided or implied in any way whatsoever. Use this program at your
11 * own risk. Permission to use this program for any purpose is given,
12 * as long as the copyright is kept intact.
16 Bool GetIconPosition(
17 button_info *b, FvwmPicture *pic,
18 int *r_x, int *r_y, int *r_w, int *r_h);
19 void DrawForegroundIcon(button_info *b, XEvent *pev);