| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2007-2008 Collabora Ltd. All rights reserved. | 2 * Copyright (C) 2007-2008 Collabora Ltd. All rights reserved. |
| 3 * | 3 * |
| 4 * This library is free software; you can redistribute it and/or | 4 * This library is free software; you can redistribute it and/or |
| 5 * modify it under the terms of the GNU Lesser General Public | 5 * modify it under the terms of the GNU Lesser General Public |
| 6 * License as published by the Free Software Foundation; either | 6 * License as published by the Free Software Foundation; either |
| 7 * version 2.1 of the License, or (at your option) any later version. | 7 * version 2.1 of the License, or (at your option) any later version. |
| 8 * | 8 * |
| 9 * This library is distributed in the hope that it will be useful, | 9 * This library is distributed in the hope that it will be useful, |
| 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 #undef Status | 40 #undef Status |
| 41 #undef CursorShape | 41 #undef CursorShape |
| 42 #undef FocusIn | 42 #undef FocusIn |
| 43 #undef FocusOut | 43 #undef FocusOut |
| 44 #undef KeyPress | 44 #undef KeyPress |
| 45 #undef KeyRelease | 45 #undef KeyRelease |
| 46 #undef Unsorted | 46 #undef Unsorted |
| 47 #undef Bool | 47 #undef Bool |
| 48 #undef FontChange | 48 #undef FontChange |
| 49 #undef GrayScale | 49 #undef GrayScale |
| 50 #undef NormalState |
| 50 #endif | 51 #endif |
| OLD | NEW |