diff options
author | marha <marha@users.sourceforge.net> | 2011-03-07 07:56:07 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-03-07 07:56:07 +0000 |
commit | 43ac73d271f697d91670fd6cb120489acc03aaeb (patch) | |
tree | 2109e1e6eac063c74cc146842aeeeb27a86cec02 /xorg-server/hw/xwin/winprefs.h | |
parent | 4f70194d203322cf1ec38767098976797c116f0c (diff) | |
download | vcxsrv-43ac73d271f697d91670fd6cb120489acc03aaeb.tar.gz vcxsrv-43ac73d271f697d91670fd6cb120489acc03aaeb.tar.bz2 vcxsrv-43ac73d271f697d91670fd6cb120489acc03aaeb.zip |
Made winOverrideStyle thread safe
Diffstat (limited to 'xorg-server/hw/xwin/winprefs.h')
-rw-r--r-- | xorg-server/hw/xwin/winprefs.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xorg-server/hw/xwin/winprefs.h b/xorg-server/hw/xwin/winprefs.h index 66fab626a..00f01348d 100644 --- a/xorg-server/hw/xwin/winprefs.h +++ b/xorg-server/hw/xwin/winprefs.h @@ -180,10 +180,7 @@ HICON winOverrideIcon (unsigned long longpWin);
unsigned long
-winOverrideStyle (unsigned long longpWin);
-
-unsigned long
-winOverrideStyle (unsigned long longpWin);
+winOverrideStyle (char *res_name, char *res_class, char *wmName);
HICON
winTaskbarIcon(void);
|