wmmixer: 1.9
[dockapps.git] / wmmisc / src / dockapp_main.h
blob3b303f3b6caa1445b1551b7c3c80251a4a1ac3c8
1 /*
2 * wmmisc - WindowMaker Dockapp for monitoring misc. information.
3 * Copyright (C) 2003-2006 Jesse S. (luxorfalls@sbcglobal.net)
5 * wmmisc is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
10 * wmmisc is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with wmmisc; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21 #ifndef __dockapp_main_h
22 #define __dockapp_main_h
24 #define DOCKAPP_AUTHOR "Jesse S."
25 #define DOCKAPP_AUTHOR_EMAIL "luxorfalls@sbcglobal.net"
27 #define DOCKAPP_NAME "wmmisc"
29 static char wmmisc_mask_bits[64 * 64];
30 static int wmmisc_mask_width = 64;
31 static int wmmisc_mask_height = 64;
34 * Function prototypes.
37 void dockapp_show_help( const char* );
39 void dockapp_show_version( void );
41 void dockapp_exit( int );
43 void dockapp_crash( int );
45 #endif /* !__dockapp_main_h */