diff options
| author | Tectu <joel@unormal.org> | 2012-12-16 08:58:59 -0800 |
|---|---|---|
| committer | Tectu <joel@unormal.org> | 2012-12-16 08:58:59 -0800 |
| commit | 4743790cd40832205f701a280acd622cd003a9fd (patch) | |
| tree | 088919aae5e2673621f6090dc79adac862c8c8a6 /src/gwin/gwin_internal.h | |
| parent | 09fc35864aa695cc46dcb95ed3951a365622b709 (diff) | |
| parent | f31a1f7f4aeb09bc09d49944daaf2f38fddd94e7 (diff) | |
| download | uGFX-4743790cd40832205f701a280acd622cd003a9fd.tar.gz uGFX-4743790cd40832205f701a280acd622cd003a9fd.tar.bz2 uGFX-4743790cd40832205f701a280acd622cd003a9fd.zip | |
Merge pull request #26 from inmarket/master
Many tidyups and restructure.
Diffstat (limited to 'src/gwin/gwin_internal.h')
| -rw-r--r-- | src/gwin/gwin_internal.h | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/src/gwin/gwin_internal.h b/src/gwin/gwin_internal.h deleted file mode 100644 index 13401a6f..00000000 --- a/src/gwin/gwin_internal.h +++ /dev/null @@ -1,53 +0,0 @@ -/*
- ChibiOS/GFX - Copyright (C) 2012
- Joel Bodenmann aka Tectu <joel@unormal.org>
-
- This file is part of ChibiOS/GFX.
-
- ChibiOS/GFX 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 3 of the License, or
- (at your option) any later version.
-
- ChibiOS/GFX 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, see <http://www.gnu.org/licenses/>.
-*/
-/**
- * @file gwin_internal.h
- * @brief GWIN Graphic window subsystem header file.
- *
- * @addtogroup GWIN
- * @{
- */
-#ifndef _GWIN_INTERNAL_H
-#define _GWIN_INTERNAL_H
-
-#if GFX_USE_GWIN || defined(__DOXYGEN__)
-
-/*===========================================================================*/
-/* Sub-system constants. */
-/*===========================================================================*/
-
-#define GWIN_FLG_DYNAMIC 0x0001
-#define GWIN_FIRST_CONTROL_FLAG 0x0002
-#define GBTN_FLG_ALLOCTXT (GWIN_FIRST_CONTROL_FLAG<<0)
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-GHandle _gwinInit(GWindowObject *gw, coord_t x, coord_t y, coord_t width, coord_t height, size_t size);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* GFX_USE_GWIN */
-
-#endif /* _GWIN_INTERNAL_H */
-/** @} */
|
