Commit bd6ff194 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Screen.h: improve NXAGENT_ARTSD prototype definition

parent f3856e9c
...@@ -151,12 +151,9 @@ int nxagentArgc = 0; ...@@ -151,12 +151,9 @@ int nxagentArgc = 0;
char **nxagentArgv = NULL; char **nxagentArgv = NULL;
#ifdef NXAGENT_ARTSD #ifdef NXAGENT_ARTSD
char mcop_atom[] = "MCOPGLOBALS"; char mcop_atom[] = "MCOPGLOBALS";
Atom mcop_local_atom = None; Atom mcop_local_atom = None;
unsigned char fromHexNibble(char c); unsigned char fromHexNibble(char c);
void nxagentPropagateArtsdProperties(ScreenPtr pScreen, char *port);
#endif #endif
Window nxagentIconWindow = None; Window nxagentIconWindow = None;
......
...@@ -138,7 +138,9 @@ void nxagentSetWMNormalHintsMaxsize(ScreenPtr, int, int); ...@@ -138,7 +138,9 @@ void nxagentSetWMNormalHintsMaxsize(ScreenPtr, int, int);
void nxagentShadowSetRatio(float, float); void nxagentShadowSetRatio(float, float);
#ifdef NXAGENT_ARTSD
void nxagentPropagateArtsdProperties(ScreenPtr pScreen, char *port); void nxagentPropagateArtsdProperties(ScreenPtr pScreen, char *port);
#endif
/* /*
* Change window settings to adapt to a ratio. * Change window settings to adapt to a ratio.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment