diff options
author | sebastid <sebastid> | 2005-08-30 01:13:32 +0000 |
---|---|---|
committer | sebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2005-08-30 01:13:32 +0000 |
commit | 9af397cca9bed3b69d00bbbefad020395647df79 (patch) | |
tree | a489e7b05c9177abf01221695f695643e023adbc /src/bin/e_atoms.h | |
parent | 425a26808ab5d58b2576250b45cb08f445cb728f (diff) | |
download | enlightenment-9af397cca9bed3b69d00bbbefad020395647df79.tar.gz |
Add internal atom for state, and centered state.
SVN revision: 16411
Diffstat (limited to 'src/bin/e_atoms.h')
-rw-r--r-- | src/bin/e_atoms.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/bin/e_atoms.h b/src/bin/e_atoms.h index 7a8748c7d1..47ce422bcc 100644 --- a/src/bin/e_atoms.h +++ b/src/bin/e_atoms.h @@ -18,6 +18,15 @@ extern EAPI Ecore_X_Atom E_ATOM_SHADE_DIRECTION; extern EAPI Ecore_X_Atom E_ATOM_HIDDEN; extern EAPI Ecore_X_Atom E_ATOM_BORDER_SIZE; +/* extra e window states */ +/* if we add more states, we need to fix + * * e_hints_window_e_state_get() + * * e_hints_window_e_state_set() + * * _e_win_state_update() + e_win + */ +extern EAPI Ecore_X_Atom E_ATOM_WINDOW_STATE; +extern EAPI Ecore_X_Atom E_ATOM_WINDOW_STATE_CENTERED; + EAPI int e_atoms_init(void); EAPI int e_atoms_shutdown(void); |