Fix incorrect indentation
This commit is contained in:
parent
41d3b61f3c
commit
ad6557239a
8
src/x.c
8
src/x.c
@ -706,7 +706,6 @@ static void x_win_move(int width, int height)
|
|||||||
xctx.window_dim.w = width;
|
xctx.window_dim.w = width;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void setopacity(Window win, unsigned long opacity)
|
static void setopacity(Window win, unsigned long opacity)
|
||||||
{
|
{
|
||||||
Atom _NET_WM_WINDOW_OPACITY =
|
Atom _NET_WM_WINDOW_OPACITY =
|
||||||
@ -715,12 +714,6 @@ static void setopacity(Window win, unsigned long opacity)
|
|||||||
PropModeReplace, (unsigned char *)&opacity, 1L);
|
PropModeReplace, (unsigned char *)&opacity, 1L);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Returns the modifier which is NumLock.
|
* Returns the modifier which is NumLock.
|
||||||
*/
|
*/
|
||||||
@ -1113,7 +1106,6 @@ void x_setup(void)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void x_set_wm(Window win)
|
static void x_set_wm(Window win)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user