mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
[amiwm] Update to 0.22pl2
This notably includes full screen support! Addresses Issue #12
This commit is contained in:
3
icc.h
3
icc.h
@@ -6,8 +6,11 @@
|
||||
#include "client.h"
|
||||
|
||||
extern void init_atoms(void);
|
||||
extern void setsupports(Window);
|
||||
extern void sendcmessage(Window, Atom, long);
|
||||
extern void getproto(Client *c);
|
||||
extern void getwmstate(Client *c);
|
||||
extern void setwmstate(Client *c);
|
||||
extern void setstringprop(Window, Atom, char *);
|
||||
extern void propertychange(Client *, Atom);
|
||||
extern long _getprop(Window, Atom, Atom, long, char **);
|
||||
|
||||
Reference in New Issue
Block a user