mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Merge remote-tracking branch 'jeremyhu/master'
This commit is contained in:
@@ -126,7 +126,7 @@ PseudoramiXAddScreen(int x, int y, int w, int h)
|
||||
// Initialize PseudoramiX.
|
||||
// Copied from PanoramiXExtensionInit
|
||||
void
|
||||
PseudoramiXExtensionInit(int argc, char *argv[])
|
||||
PseudoramiXExtensionInit(void)
|
||||
{
|
||||
Bool success = FALSE;
|
||||
ExtensionEntry *extEntry;
|
||||
@@ -257,7 +257,7 @@ ProcPseudoramiXGetScreenSize(ClientPtr client)
|
||||
REQUEST(xPanoramiXGetScreenSizeReq);
|
||||
WindowPtr pWin;
|
||||
xPanoramiXGetScreenSizeReply rep;
|
||||
register int n, rc;
|
||||
register int rc;
|
||||
|
||||
TRACE();
|
||||
|
||||
|
||||
@@ -72,6 +72,9 @@ DRIFinishScreenInit(ScreenPtr pScreen);
|
||||
extern void
|
||||
DRICloseScreen(ScreenPtr pScreen);
|
||||
|
||||
extern Bool
|
||||
DRIExtensionInit(void);
|
||||
|
||||
extern void
|
||||
DRIReset(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user