Skip to content
Snippets Groups Projects
Commit ea0e1c49 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix warnings in last commit.

parent d58c1bba
No related branches found
No related tags found
No related merge requests found
Pipeline #6733 passed
...@@ -782,12 +782,12 @@ static void ...@@ -782,12 +782,12 @@ static void
map_window(bool mp) map_window(bool mp)
{ {
XSizeHints *sh; XSizeHints *sh;
static last_minw = 0; static int last_minw = 0;
static last_minh = 0; static int last_minh = 0;
static last_maxw = 0; static int last_maxw = 0;
static last_maxh = 0; static int last_maxh = 0;
static last_aspectx = 0; static int last_aspectx = 0;
static last_aspecty = 0; static int last_aspecty = 0;
bool extents_changed = false; bool extents_changed = false;
sh = x11.XAllocSizeHints(); sh = x11.XAllocSizeHints();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment