| Index: app/gfx/path.h
|
| ===================================================================
|
| --- app/gfx/path.h (revision 25977)
|
| +++ app/gfx/path.h (working copy)
|
| @@ -9,7 +9,7 @@
|
|
|
| #if defined(OS_WIN)
|
| #include <windows.h>
|
| -#elif defined(OS_LINUX)
|
| +#elif defined(USE_X11)
|
| typedef struct _GdkRegion GdkRegion;
|
| #endif
|
|
|
| @@ -25,7 +25,7 @@
|
| // Creates a HRGN from the path. The caller is responsible for freeing
|
| // resources used by this region. This only supports polygon paths.
|
| HRGN CreateHRGN() const;
|
| -#elif defined(OS_LINUX)
|
| +#elif defined(USE_X11)
|
| // Creates a Gdkregion from the path. The caller is responsible for freeing
|
| // resources used by this region. This only supports polygon paths.
|
| // WARNING: this returns NULL for an empty Path.
|
|
|