mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-24 09:31:27 +02:00
eliminated gcc-4 compilation warnings
This commit is contained in:
+2
-1
@@ -715,7 +715,8 @@ WMGetViewScreenPosition(WMView *view)
|
||||
{
|
||||
WMScreen *scr = W_VIEW_SCREEN(view);
|
||||
Window foo;
|
||||
int x, y, topX, topY, bar;
|
||||
int x, y, topX, topY;
|
||||
unsigned int bar;
|
||||
WMView *topView;
|
||||
|
||||
topView = view;
|
||||
|
||||
Reference in New Issue
Block a user