Home
last modified time | relevance | path

Searched refs:p_urrdmi (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcmd.c1482 UndoRedoRestoreDrawingModeInfo *p_urrdmi; in SetUndoRedoRestoreDrawingModeInfo()
1486 p_urrdmi->cur_choice = cur_choice;
1488 p_urrdmi->editing_text = editing_text;
1490 p_urrdmi->text_orig_x = text_orig_x;
1495 void UndoRedoRestoreDrawingMode(p_urrdmi) in UndoRedoRestoreDrawingMode() argument
1496 UndoRedoRestoreDrawingModeInfo *p_urrdmi; in UndoRedoRestoreDrawingMode()
1500 switch (p_urrdmi->cur_choice) {
1503 if (p_urrdmi->text_cursor_shown) {
1504 if (!p_urrdmi->cur_text_modified) {
1507 } else if (p_urrdmi->editing_text) {
[all …]