rio: stub out _NET_WM_STATE_FULLSCREEN support
This commit is contained in:
parent
427abd1ebd
commit
71f6d60fcf
3 changed files with 15 additions and 1 deletions
|
|
@ -53,6 +53,8 @@ Atom wm_lose_focus;
|
|||
Atom wm_colormaps;
|
||||
Atom _rio_running;
|
||||
Atom _rio_hold_mode;
|
||||
Atom wm_state_fullscreen;
|
||||
Atom wm_state;
|
||||
|
||||
char *fontlist[] = {
|
||||
"lucm.latin1.9",
|
||||
|
|
@ -180,6 +182,8 @@ main(int argc, char *argv[])
|
|||
wm_colormaps = XInternAtom(dpy, "WM_COLORMAP_WINDOWS", False);
|
||||
_rio_running = XInternAtom(dpy, "_9WM_RUNNING", False);
|
||||
_rio_hold_mode = XInternAtom(dpy, "_9WM_HOLD_MODE", False);
|
||||
wm_state = XInternAtom(dpy, "_NET_WM_STATE", False);
|
||||
wm_state_fullscreen = XInternAtom(dpy, "_NET_WM_STATE_FULLSCREEN", False);
|
||||
|
||||
if(fname != 0)
|
||||
if((font = XLoadQueryFont(dpy, fname)) == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue