Rename: monitor -> monitors

This commit is contained in:
o9000
2015-12-22 23:16:01 +01:00
parent c56ca2fe61
commit da0c52ecff
8 changed files with 75 additions and 75 deletions

View File

@@ -122,7 +122,7 @@ typedef struct Server {
// Non-null only if WM uses viewports (compiz) and number of viewports > 1.
// In that case there are num_desktops viewports.
Viewport *viewports;
Monitor *monitor;
Monitor *monitors;
gboolean got_root_win;
Visual *visual;
Visual *visual32;