Lines Matching defs:undo
68 suspend (pmEvent event, Bool undo)
85 xf86Screens[i]->PMEvent(i,event,undo);
96 resume(pmEvent event, Bool undo)
104 xf86Screens[i]->PMEvent(i,event,undo);
124 DoApmEvent(pmEvent event, Bool undo)
137 if (!undo && !suspended) {
138 suspend(event,undo);
140 } else if (undo && suspended) {
141 resume(event,undo);
151 resume(event,undo);
159 xf86Screens[i]->PMEvent(i,event,undo);