Cygwin/X: Place prototype for winSelectIcons() in a header file
Fixes warning as prototype is now in scope for the definition Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
ab2c98b86f
commit
5ff289834d
|
@ -1218,6 +1218,8 @@ winSetShapeRootless (WindowPtr pWindow);
|
||||||
HICON
|
HICON
|
||||||
winXIconToHICON (WindowPtr pWin, int iconSize);
|
winXIconToHICON (WindowPtr pWin, int iconSize);
|
||||||
|
|
||||||
|
void
|
||||||
|
winSelectIcons(WindowPtr pWin, HICON *pIcon, HICON *pSmallIcon);
|
||||||
|
|
||||||
#ifdef XWIN_MULTIWINDOW
|
#ifdef XWIN_MULTIWINDOW
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -46,8 +46,6 @@
|
||||||
|
|
||||||
extern HWND g_hDlgDepthChange;
|
extern HWND g_hDlgDepthChange;
|
||||||
|
|
||||||
extern void winSelectIcons(WindowPtr pWin, HICON *pIcon, HICON *pSmallIcon);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Prototypes for local functions
|
* Prototypes for local functions
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -74,9 +74,6 @@ winMWExtWMSetNativeProperty (RootlessWindowPtr pFrame);
|
||||||
|
|
||||||
Bool g_fNoConfigureWindow = FALSE;
|
Bool g_fNoConfigureWindow = FALSE;
|
||||||
|
|
||||||
|
|
||||||
extern void winSelectIcons(WindowPtr pWin, HICON *pIcon, HICON *pSmallIcon);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Internal function to get the DIB format that is compatible with the screen
|
* Internal function to get the DIB format that is compatible with the screen
|
||||||
* Fixme: Share code with winshadgdi.c
|
* Fixme: Share code with winshadgdi.c
|
||||||
|
|
Loading…
Reference in New Issue