Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Remove orbital screenshooter and gamma-control
Browse files Browse the repository at this point in the history
These are undocumented, outdated protocols that have a better wlr-protocols
equivalent.
  • Loading branch information
emersion authored and ddevault committed Jun 2, 2019
1 parent abddd7b commit 3dec88e
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 838 deletions.
4 changes: 0 additions & 4 deletions examples/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ examples = {
'src': ['output-layout.c', 'cat.c'],
'dep': [wlroots],
},
'screenshot': {
'src': 'screenshot.c',
'dep': [wayland_client, wlr_protos, rt],
},
'idle': {
'src': 'idle.c',
'dep': [wayland_client, wlr_protos, threads],
Expand Down
237 changes: 0 additions & 237 deletions examples/screenshot.c

This file was deleted.

4 changes: 0 additions & 4 deletions include/rootston/desktop.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <wlr/types/wlr_compositor.h>
#include <wlr/types/wlr_foreign_toplevel_management_v1.h>
#include <wlr/types/wlr_gamma_control_v1.h>
#include <wlr/types/wlr_gamma_control.h>
#include <wlr/types/wlr_gtk_primary_selection.h>
#include <wlr/types/wlr_idle_inhibit_v1.h>
#include <wlr/types/wlr_idle.h>
Expand All @@ -21,7 +20,6 @@
#include <wlr/types/wlr_presentation_time.h>
#include <wlr/types/wlr_relative_pointer_v1.h>
#include <wlr/types/wlr_screencopy_v1.h>
#include <wlr/types/wlr_screenshooter.h>
#include <wlr/types/wlr_text_input_v3.h>
#include <wlr/types/wlr_virtual_keyboard_v1.h>
#include <wlr/types/wlr_xcursor_manager.h>
Expand All @@ -47,9 +45,7 @@ struct roots_desktop {
struct wlr_compositor *compositor;
struct wlr_xdg_shell_v6 *xdg_shell_v6;
struct wlr_xdg_shell *xdg_shell;
struct wlr_gamma_control_manager *gamma_control_manager;
struct wlr_gamma_control_manager_v1 *gamma_control_manager_v1;
struct wlr_screenshooter *screenshooter;
struct wlr_export_dmabuf_manager_v1 *export_dmabuf_manager_v1;
struct wlr_server_decoration_manager *server_decoration_manager;
struct wlr_xdg_decoration_manager_v1 *xdg_decoration_manager;
Expand Down
2 changes: 0 additions & 2 deletions include/wlr/types/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ install_headers(
'wlr_foreign_toplevel_management_v1.h',
'wlr_fullscreen_shell_v1.h',
'wlr_gamma_control_v1.h',
'wlr_gamma_control.h',
'wlr_gtk_primary_selection.h',
'wlr_idle_inhibit_v1.h',
'wlr_idle.h',
Expand All @@ -34,7 +33,6 @@ install_headers(
'wlr_region.h',
'wlr_relative_pointer_v1.h',
'wlr_screencopy_v1.h',
'wlr_screenshooter.h',
'wlr_seat.h',
'wlr_server_decoration.h',
'wlr_surface.h',
Expand Down
46 changes: 0 additions & 46 deletions include/wlr/types/wlr_gamma_control.h

This file was deleted.

49 changes: 0 additions & 49 deletions include/wlr/types/wlr_screenshooter.h

This file was deleted.

Loading

0 comments on commit 3dec88e

Please sign in to comment.