MetaDisplay: Renamed 'ignored_serials' for clarity

The ignored_serials member of Display refers explicitly to crossing
serials - rename the member and associated functions and constants
for clarity.

https://bugzilla.gnome.org/show_bug.cgi?id=597190
This commit is contained in:
Owen W. Taylor
2011-09-12 09:50:30 -04:00
parent 1ab6abc044
commit e1362562b4
2 changed files with 17 additions and 17 deletions

View File

@@ -77,7 +77,7 @@ typedef enum {
* also has to be big enough to hold ignored serials from the point
* where we reshape the stage to the point where we get events back.
*/
#define N_IGNORED_SERIALS 10
#define N_IGNORED_CROSSING_SERIALS 10
typedef enum {
META_TILE_NONE,
@@ -155,7 +155,7 @@ struct _MetaDisplay
* correspond to an enter event we should
* ignore
*/
unsigned long ignored_serials[N_IGNORED_SERIALS];
unsigned long ignored_crossing_serials[N_IGNORED_CROSSING_SERIALS];
Window ungrab_should_not_cause_focus_window;
guint32 current_time;