libweston: Bring back 'weston_output_move'
For supporting output layout, compositors need the ability to manually set the 'weston_output' by 'weston_output_move'. Signed-off-by: sichem <sichem.zh@gmail.com>
This commit is contained in:
@@ -135,9 +135,6 @@ weston_output_init(struct weston_output *output,
|
||||
void
|
||||
weston_output_damage(struct weston_output *output);
|
||||
|
||||
void
|
||||
weston_output_move(struct weston_output *output, int x, int y);
|
||||
|
||||
void
|
||||
weston_output_release(struct weston_output *output);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user