summaryrefslogtreecommitdiff
path: root/src/.gitignore
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2013-11-26 18:19:45 +0100
committerKristian Høgsberg <krh@bitplanet.net>2013-12-16 22:36:11 -0800
commit8ae35903254d33c9ef31b9ad4b7f388a7b69b241 (patch)
tree9bf9d288e0cc8e8699e4732316cbbf0af3996e01 /src/.gitignore
parentf565d80ff598f93e6e27d585357d8ebbce849769 (diff)
compositor: add stub scaler resources
This registers the wl_scaler global object and lets clients create wl_surface_scaler objects for surfaces. wl_surface_scaler.set is not implemented so this doesn't really do anything useful yet.
Diffstat (limited to 'src/.gitignore')
-rw-r--r--src/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore
index 90ac2c3c..024594c8 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -13,3 +13,5 @@ workspaces-protocol.c
workspaces-server-protocol.h
input-method-protocol.c
input-method-server-protocol.h
+scaler-server-protocol.h
+scaler-protocol.c