mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Copying wm from old ede
This commit is contained in:
17
edewm/Netwm.h
Normal file
17
edewm/Netwm.h
Normal file
@ -0,0 +1,17 @@
|
||||
#ifndef _NETWM_H_
|
||||
#define _NETWM_H_
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
class Frame;
|
||||
|
||||
class NETWM
|
||||
{
|
||||
public:
|
||||
static void get_strut(Frame *f);
|
||||
static bool get_window_type(Frame *f);
|
||||
static char *get_title(Frame *f);
|
||||
|
||||
static void set_active_window(Window win);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user