Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
enable gamma control
Browse files Browse the repository at this point in the history
  • Loading branch information
guidocella committed Aug 22, 2020
1 parent 620da43 commit 1c9a0d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dwl.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_data_device.h>
#include <wlr/types/wlr_export_dmabuf_v1.h>
#include <wlr/types/wlr_gamma_control_v1.h>
#include <wlr/types/wlr_input_device.h>
#include <wlr/types/wlr_keyboard.h>
#include <wlr/types/wlr_matrix.h>
Expand Down Expand Up @@ -1497,6 +1498,7 @@ setup(void)
wlr_screencopy_manager_v1_create(dpy);
wlr_data_device_manager_create(dpy);
wlr_primary_selection_v1_device_manager_create(dpy);
wlr_gamma_control_manager_v1_create(dpy);
wlr_viewporter_create(dpy);

/* Creates an output layout, which a wlroots utility for working with an
Expand Down

0 comments on commit 1c9a0d8

Please sign in to comment.