Cleanup overlay_new comment

This commit is contained in:
twinaphex 2015-01-10 01:03:05 +01:00
parent ce46057b5e
commit 326f940082
2 changed files with 4 additions and 4 deletions

View File

@ -563,8 +563,8 @@ static void input_overlay_load_active(input_overlay_t *ol)
/** /**
* input_overlay_new: * input_overlay_new:
* @path : Path to overlay file. * @path : Path to overlay file.
* @enable : Enable the overlay after initializing it? * @enable : Enable the overlay after initializing it?
* *
* Creates and initializes an overlay handle. * Creates and initializes an overlay handle.
* *

View File

@ -147,8 +147,8 @@ typedef struct input_overlay_state
/** /**
* input_overlay_new: * input_overlay_new:
* @path : Path to overlay file. * @path : Path to overlay file.
* @enable : Enable the overlay after initializing it? * @enable : Enable the overlay after initializing it?
* *
* Creates and initializes an overlay handle. * Creates and initializes an overlay handle.
* *