21 lines
707 B
C
21 lines
707 B
C
/*
|
|
FvwmButtons v2.0.41-plural-Z-alpha, copyright 1996, Jarl Totland
|
|
|
|
* This module, and the entire GoodStuff program, and the concept for
|
|
* interfacing this module to the Window Manager, are all original work
|
|
* by Robert Nation
|
|
*
|
|
* Copyright 1993, Robert Nation. No guarantees or warantees or anything
|
|
* are provided or implied in any way whatsoever. Use this program at your
|
|
* own risk. Permission to use this program for any purpose is given,
|
|
* as long as the copyright is kept intact.
|
|
|
|
*/
|
|
|
|
/* ------------------------------ prototypes ------------------------------- */
|
|
#if 0
|
|
void LoadIconFile(button_info*);
|
|
#endif
|
|
void CreateIconWindow(button_info*);
|
|
void ConfigureIconWindow(button_info*);
|