X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fdockapp.h;h=32c44ae8b4567d2fc355075f64c7e94db933b3e9;hb=e7ab42f84cca40feb87898e461b2e04df76484ed;hp=39fde8c1bab86638a821771181b22e7a6b11c3a6;hpb=f632254f9384f66e66f36857d99dd0669bc251db;p=dockapps%2Fwmnotify.git diff --git a/src/dockapp.h b/src/dockapp.h index 39fde8c..32c44ae 100644 --- a/src/dockapp.h +++ b/src/dockapp.h @@ -1,12 +1,28 @@ -/* dockapp.h */ +/* + * dockapp.h + * + * Copyright (C) 2003 Hugo Villeneuve + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + */ #ifndef DOCKAPP_H #define DOCKAPP_H 1 - #include - typedef struct XpmIcon { XpmAttributes attributes; @@ -28,7 +44,6 @@ typedef struct dockapp_t XpmIcon xpm_icon; } dockapp_t; - void InitDockAppWindow( int argc, char *argv[], char *pixmap_data[], char *display_arg, char *geometry_arg ); @@ -39,7 +54,6 @@ RedrawWindow( void ); void copyXPMArea( int x, int y, unsigned int sx, unsigned int sy, int dx, int dy ); - /* Exported variables */ #undef _SCOPE_ #ifdef DOCKAPP_M @@ -50,5 +64,4 @@ copyXPMArea( int x, int y, unsigned int sx, unsigned int sy, int dx, int dy ); _SCOPE_ dockapp_t dockapp; - #endif /* DOCKAPP_H */