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.
This commit is contained in:
Jonny Lamb
2013-11-26 18:19:45 +01:00
committed by Kristian Høgsberg
parent f565d80ff5
commit 8ae3590325
3 changed files with 109 additions and 0 deletions
+2
View File
@@ -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