tRemove unused ewmh.h - glazier - window management experiments
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f61937a0d407dcec794d377f2f7cc1921cd58d54
 (DIR) parent 85666779a5a9345abd57ef9c4c86ebca30a2c458
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Sun,  7 Jun 2020 12:26:14 +0200
       
       Remove unused ewmh.h
       
       Diffstat:
         D ewmh.h                              |      15 ---------------
       
       1 file changed, 0 insertions(+), 15 deletions(-)
       ---
 (DIR) diff --git a/ewmh.h b/ewmh.h
       t@@ -1,15 +0,0 @@
       -enum EWMH_TYPES {
       -        IGNORE,
       -        NORMAL,
       -        POPUP,
       -        FULLSCREEN,
       -};
       -
       -int ewmh_init();
       -int ewmh_supported();
       -int ewmh_supportingwmcheck();
       -int ewmh_activewindow(xcb_window_t);
       -int ewmh_clientlist();
       -int ewmh_type(xcb_window_t);
       -int ewmh_message(xcb_window_t, xcb_atom_t, xcb_client_message_data_t);
       -int ewmh_fullscreen(xcb_window_t, int);