]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins/os_graphics.h
* something will be visible soon, be patient...
[vlc] / modules / gui / skins / os_graphics.h
index 4374e9f913c778dd70585aae76e277ce8a332a5d..419efa817dd399eb7f3cb5b8fb0c3b641b5760dc 100644 (file)
@@ -2,7 +2,7 @@
  * os_graphics.h: Wrapper for the Graphics and Region classes
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: os_graphics.h,v 1.2 2003/04/12 21:43:27 asmax Exp $
+ * $Id: os_graphics.h,v 1.3 2003/04/13 20:07:34 asmax Exp $
  *
  * Authors: Olivier Teulière <ipkiss@via.ecp.fr>
  *          Emmanuel Puig    <karibu@via.ecp.fr>
@@ -32,8 +32,8 @@
     #define OSRegion   Win32Region
 #else    
     #include "gtk2_graphics.h"
-    #define SRC_COPY   SRCCOPY
-    #define SRC_AND    SRCAND
+    #define SRC_COPY   1
+    #define SRC_AND    2
     #define OSGraphics GTK2Graphics
     #define OSRegion   GTK2Region
 #endif