Compare commits
2 Commits
master
...
submit/pre
Author | SHA1 | Date | |
---|---|---|---|
|
e72d7d37e8 | ||
|
19137900c1 |
|
@ -19,6 +19,7 @@
|
|||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THIS SOFTWARE.
|
||||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "present_priv.h"
|
||||
#include <gcstruct.h>
|
||||
|
|
|
@ -23,7 +23,9 @@
|
|||
#ifndef _PRESENT_H_
|
||||
#define _PRESENT_H_
|
||||
|
||||
#include <X11/Xfuncproto.h>
|
||||
#include <X11/extensions/presentproto.h>
|
||||
|
||||
#include "randrstr.h"
|
||||
#include "presentext.h"
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THIS SOFTWARE.
|
||||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "present_priv.h"
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THIS SOFTWARE.
|
||||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "present_priv.h"
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THIS SOFTWARE.
|
||||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "present_priv.h"
|
||||
#include "list.h"
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THIS SOFTWARE.
|
||||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "present_priv.h"
|
||||
#include <gcstruct.h>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THIS SOFTWARE.
|
||||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "present_priv.h"
|
||||
#include <misync.h>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THIS SOFTWARE.
|
||||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "present_priv.h"
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
* OF THIS SOFTWARE.
|
||||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "present_priv.h"
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
#ifndef _PRESENTEXT_H_
|
||||
#define _PRESENTEXT_H_
|
||||
|
||||
extern _X_EXPORT void
|
||||
present_extension_init(void);
|
||||
#include <X11/Xfuncproto.h>
|
||||
|
||||
_X_EXPORT void present_extension_init(void);
|
||||
|
||||
#endif /* _PRESENTEXT_H_ */
|
||||
|
|
Loading…
Reference in New Issue