X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fioncore.h;h=19e53eec6e9b4a4d71f961e7a43f578069028782;hp=658e96626fca03e5c6ad9829294b2c7d57228c8c;hb=e3aec18706513a87eaa7839dfdaf7e0fcd0d8d2a;hpb=8366314611bf30a0f31d25bf5f5023186fa87692 diff --git a/ioncore/ioncore.h b/ioncore/ioncore.h index 658e966..19e53ee 100644 --- a/ioncore/ioncore.h +++ b/ioncore/ioncore.h @@ -1,12 +1,9 @@ /* * ion/ioncore/focus.h * - * Copyright (c) Tuomo Valkonen 1999-2006. + * Copyright (c) Tuomo Valkonen 1999-2009. * - * Ion is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #ifndef ION_IONCORE_IONCORE_H @@ -16,7 +13,6 @@ #include "common.h" #define IONCORE_STARTUP_ONEROOT 0x0001 -#define IONCORE_STARTUP_NOXINERAMA 0x0002 extern bool ioncore_init(const char *prog, int argc, char *argv[], const char *localedir); @@ -32,6 +28,6 @@ extern WHook *ioncore_post_layout_setup_hook; extern WHook *ioncore_snapshot_hook; extern WHook *ioncore_deinit_hook; -extern void ioncore_warn_nolog(const char *str); +extern void ioncore_warn_nolog(const char *str, ...); #endif /* ION_IONCORE_IONCORE_H */