00001 /* 00002 * This file is part of scribble. 00003 * 00004 * scribble is free software: you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License as published by 00006 * the Free Software Foundation, either version 2 of the License, or 00007 * (at your option) any later version. 00008 * 00009 * scribble is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 * GNU General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU General Public License 00015 * along with this program. If not, see <http://www.gnu.org/licenses/>. 00016 */ 00017 00032 #ifndef __SCRIBBLE_DISPLAYUPDATE_H 00033 #define __SCRIBBLE_DISPLAYUPDATE_H 00034 00035 //screen refresh levels 00036 #define LOWEST_LEVEL 0 00037 #define MAIN_WINDOW_EXPOSE_LEVEL 1 00038 //#define MOZEMBED_UPDATE_LEVEL 2 00039 00040 /* 00041 #define LISTER_EXPOSE_LEVEL 3 00042 #define MAIN_WINDOW_EXPOSE_LEVEL 4 00043 #define NO_DISPLAY_UPDATE_LEVEL 99 00044 */ 00045 00046 //display quality 00047 //#define DM_QUALITY_FULL 0 00048 //#define DM_QUALITY_TYPING 2 00049 00050 #include <liberdm/erdm.h> 00051 00067 gboolean display_update_request_screen_refresh(int level, gpointer data); 00068 00077 void display_update_increase_level(int level); 00078 00079 #endif //__SCRIBBLE_DISPLAYUPDATE_H 00080 00081 00082 00083
1.5.6